Searched defs:Shr (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 601 Instruction *Shr = cast<Instruction>(I->getOperand(0)); in SimplifyDemandedUseBits() local 845 Value *InstCombiner::SimplifyShrShlDemandedBits(Instruction *Shr, in SimplifyShrShlDemandedBits()
|
D | InstCombineCompares.cpp | 961 Instruction *InstCombiner::FoldICmpShrCst(ICmpInst &ICI, BinaryOperator *Shr, in FoldICmpShrCst()
|
/external/clang/test/FixIt/ |
D | fixit.cpp | 276 struct Shr { struct
|
/external/llvm/include/llvm/MC/ |
D | MCExpr.h | 402 Shr, ///< Shift right (arithmetic or logical, depending on target) enumerator
|
/external/llvm/lib/Target/R600/ |
D | AMDGPUISelLowering.cpp | 1728 SDValue Shr = DAG.getNode(ISD::SRA, SL, MVT::i64, FractMask, Exp); in LowerFTRUNC() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 2498 SDValue Shr = DAG.getNode(ISD::SRL, dl, MVT::i64, Op0, ShiftConst); in ExpandLegalINT_TO_FP() local
|
D | DAGCombiner.cpp | 11270 SDValue Shr = DAG.getNode(ISD::SRA, SDLoc(N0), VT, Shl, ShrAmt); in SimplifySelectCC() local
|
/external/chromium_org/v8/src/ |
D | hydrogen-instructions.h | 5156 DECLARE_CONCRETE_INSTRUCTION(Shr) in DECLARE_CONCRETE_INSTRUCTION() argument
|