Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp607 if (Instruction *Shr = dyn_cast<Instruction>(I->getOperand(0))) in SimplifyDemandedUseBits() local
1161 Instruction *Shr, const APInt &ShrOp1, Instruction *Shl, in simplifyShrShlDemandedBits()
H A DInstCombineShifts.cpp999 BinaryOperator *Shr; in visitShl() local
1048 Value *Shr = Op0BO->getOperand(0); in visitShl() local
H A DInstCombineMulDivRem.cpp1436 Value *Shr = Builder.CreateLShr(Op0, CNegLog2, I.getName(), I.isExact()); in visitSDiv() local
H A DInstCombineCompares.cpp2207 BinaryOperator *Shr, in foldICmpShrConstant()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp365 Value *Shr = in expandIToFP() local
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DInterp.h1198 inline bool Shr(InterpState &S, CodePtr OpPC) { in Shr() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp789 BinaryOperator *Shr = cast<BinaryOperator>(U); in strengthenRightShift() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2423 SDValue Shr = DAG.getNode(ISD::SRL, dl, SrcVT, Op0, ShiftConst); in ExpandLegalINT_TO_FP() local
H A DDAGCombiner.cpp25607 SDValue Shr = DAG.getNode(ISD::SRA, SDLoc(N0), VT, Shl, ShrAmt); in SimplifySelectCC() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp1669 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 DAMDGPUISelLowering.cpp2214 SDValue Shr = DAG.getNode(ISD::SRA, SL, MVT::i64, FractMask, Exp); in LowerFTRUNC() local
H A DAMDGPULegalizerInfo.cpp2161 auto Shr = B.buildAShr(S64, FractMask, Exp); in legalizeIntrinsicTrunc() local