Searched defs:Shr (Results 1 – 12 of 12) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 607 if (Instruction *Shr = dyn_cast<Instruction>(I->getOperand(0))) in SimplifyDemandedUseBits() local 1161 Instruction *Shr, const APInt &ShrOp1, Instruction *Shl, in simplifyShrShlDemandedBits()
|
H A D | InstCombineShifts.cpp | 999 BinaryOperator *Shr; in visitShl() local 1048 Value *Shr = Op0BO->getOperand(0); in visitShl() local
|
H A D | InstCombineMulDivRem.cpp | 1436 Value *Shr = Builder.CreateLShr(Op0, CNegLog2, I.getName(), I.isExact()); in visitSDiv() local
|
H A D | InstCombineCompares.cpp | 2207 BinaryOperator *Shr, in foldICmpShrConstant()
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | ExpandLargeFpConvert.cpp | 365 Value *Shr = in expandIToFP() local
|
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
H A D | Interp.h | 1198 inline bool Shr(InterpState &S, CodePtr OpPC) { in Shr() function
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | SimplifyIndVar.cpp | 789 BinaryOperator *Shr = cast<BinaryOperator>(U); in strengthenRightShift() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 2423 SDValue Shr = DAG.getNode(ISD::SRL, dl, SrcVT, Op0, ShiftConst); in ExpandLegalINT_TO_FP() local
|
H A D | DAGCombiner.cpp | 25607 SDValue Shr = DAG.getNode(ISD::SRA, SDLoc(N0), VT, Shl, ShrAmt); in SimplifySelectCC() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 1669 auto Shr = MIRBuilder.buildLShr(SrcTy, SrcReg, ShiftAmt); in widenScalarUnmergeValues() local 6871 auto Shr = MIRBuilder.buildLShr(SrcIntTy, Src, ShiftAmt); in lowerExtract() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 2214 SDValue Shr = DAG.getNode(ISD::SRA, SL, MVT::i64, FractMask, Exp); in LowerFTRUNC() local
|
H A D | AMDGPULegalizerInfo.cpp | 2161 auto Shr = B.buildAShr(S64, FractMask, Exp); in legalizeIntrinsicTrunc() local
|