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

/freebsd-10.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp600 Instruction *Shr = cast<Instruction>(I->getOperand(0)); local
845 Value *InstCombiner::SimplifyShrShlDemandedBits(Instruction *Shr, argument
H A DInstCombineCompares.cpp964 Instruction *InstCombiner::FoldICmpShrCst(ICmpInst &ICI, BinaryOperator *Shr, argument
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/MC/
H A DMCExpr.h348 Shr, ///< Shift right (arithmetic or logical, depending on target) enumerator in enum:llvm::MCBinaryExpr::Opcode
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9872 SDValue Shr = DAG.getNode(ISD::SRA, N0.getDebugLoc(), VT, Shl, ShrAmt); local

Completed in 97 milliseconds