Searched defs:Shl (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/unittests/ADT/
H A DAPIntTest.cpp22 APInt Shl = One.shl(0); local
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp124 BinaryOperator *Shl = BinaryOperator::CreateShl(Op0, NewCst); local
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DReassociate.cpp916 static BinaryOperator *ConvertShiftToMul(Instruction *Shl) { argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/MC/
H A DMCExpr.h330 Shl, ///< Shift left. enumerator in enum:llvm::MCBinaryExpr::Opcode
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp786 SDValue Shl = DAG.getNode(ISD::SHL, DL, VT, And, ShlCount); local
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9216 SDValue Shl = DAG.getNode(ISD::SHL, N0.getDebugLoc(), VT, AndLHS, ShlAmt); local

Completed in 201 milliseconds