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

/freebsd-10.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp845 SimplifyShrShlDemandedBits(Instruction *Shr, Instruction *Shl, APInt DemandedMask, APInt &KnownZero, APInt &KnownOne) argument
H A DInstCombineMulDivRem.cpp123 BinaryOperator *Shl = BinaryOperator::CreateShl(Op0, NewCst); local
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp959 static BinaryOperator *ConvertShiftToMul(Instruction *Shl) { argument
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/MC/
H A DMCExpr.h347 Shl, ///< Shift left. enumerator in enum:llvm::MCBinaryExpr::Opcode
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp791 SDValue Shl = DAG.getNode(ISD::SHL, DL, VT, And, ShlCount); local
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9865 SDValue Shl = DAG.getNode(ISD::SHL, N0.getDebugLoc(), VT, AndLHS, ShlAmt); local

Completed in 111 milliseconds