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

/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp844 SimplifyShrShlDemandedBits(Instruction *Shr, Instruction *Shl, APInt DemandedMask, APInt &KnownZero, APInt &KnownOne) argument
H A DInstCombineMulDivRem.cpp152 BinaryOperator *Shl = BinaryOperator::CreateShl(NewOp, NewCst); local
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp952 static BinaryOperator *ConvertShiftToMul(Instruction *Shl) { argument
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/MC/
H A DMCExpr.h377 Shl, ///< Shift left. enumerator in enum:llvm::MCBinaryExpr::Opcode
/freebsd-9.3-release/contrib/llvm/lib/Target/R600/
H A DR600ISelLowering.cpp1279 SDValue Shl = DAG.getNode(ISD::SHL, DL, VT, NewLoad, ShiftAmount); local
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp794 SDValue Shl = DAG.getNode(ISD::SHL, DL, VT, And, ShlCount); local
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10597 SDValue Shl = DAG.getNode(ISD::SHL, SDLoc(N0), VT, AndLHS, ShlAmt); local

Completed in 129 milliseconds