Home
last modified time | relevance | path

Searched defs:Shr (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/MC/
DMCExpr.h326 Shr, ///< Shift right (arithmetic or logical, depending on target) enumerator
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp929 Instruction *InstCombiner::FoldICmpShrCst(ICmpInst &ICI, BinaryOperator *Shr, in FoldICmpShrCst()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2112 SDValue Shr = DAG.getNode(ISD::SRL, dl, MVT::i64, Op0, ShiftConst); in ExpandLegalINT_TO_FP() local
DDAGCombiner.cpp8359 SDValue Shr = DAG.getNode(ISD::SRA, N0.getDebugLoc(), VT, Shl, ShrAmt); in SimplifySelectCC() local