Home
last modified time | relevance | path

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

/external/rust/crates/num-bigint/src/bigint/
Dshift.rs68 impl<'a> Shr<$rhs> for &'a BigInt { impl
/external/rust/crates/num-bigint/src/biguint/
Dshift.rs152 impl<'a> Shr<$rhs> for &'a BigUint { impl
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp558 Instruction *Shr = cast<Instruction>(I->getOperand(0)); in SimplifyDemandedUseBits() local
831 Value *InstCombiner::SimplifyShrShlDemandedBits(Instruction *Shr, in SimplifyShrShlDemandedBits()
DInstCombineCompares.cpp1342 Instruction *InstCombiner::FoldICmpShrCst(ICmpInst &ICI, BinaryOperator *Shr, in FoldICmpShrCst()
/external/clang/test/FixIt/
Dfixit.cpp276 struct Shr { struct
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp500 if (Instruction *Shr = dyn_cast<Instruction>(I->getOperand(0))) in SimplifyDemandedUseBits() local
934 InstCombiner::simplifyShrShlDemandedBits(Instruction *Shr, const APInt &ShrOp1, in simplifyShrShlDemandedBits()
DInstCombineCompares.cpp2164 BinaryOperator *Shr, in foldICmpShrConstant()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp777 BinaryOperator *Shr = cast<BinaryOperator>(U); in strengthenRightShift() local
/external/rust/crates/openssl/src/
Dbn.rs1323 impl<'a> Shr<i32> for &'a BigNumRef { impl
1333 impl<'a> Shr<i32> for &'a BigNum { impl
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULegalizerInfo.cpp1461 auto Shr = B.buildAShr(S64, FractMask, Exp); in legalizeIntrinsicTrunc() local
DAMDGPUISelLowering.cpp2110 SDValue Shr = DAG.getNode(ISD::SRA, SL, MVT::i64, FractMask, Exp); in LowerFTRUNC() local
/external/swiftshader/third_party/subzero/src/
DIceInstX8632.h291 Shr, enumerator
3233 using Shr = InstX86Shr; member
DIceInstX8664.h230 Shr, enumerator
3132 using Shr = InstX86Shr; member
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp1674 SDValue Shr = DAG.getNode(ISD::SRA, SL, MVT::i64, FractMask, Exp); in LowerFTRUNC() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2368 SDValue Shr = DAG.getNode(ISD::SRL, dl, MVT::i64, Op0, ShiftConst); in ExpandLegalINT_TO_FP() local
DDAGCombiner.cpp14320 SDValue Shr = DAG.getNode(ISD::SRA, SDLoc(N0), VT, Shl, ShrAmt); in SimplifySelectCC() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp4309 auto Shr = MIRBuilder.buildLShr(SrcIntTy, Src, ShiftAmt); in lowerExtract() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp6232 SDValue Shr = DAG.getNode(ISD::SRL, dl, SrcVT, Src, ShiftConst); in expandUINT_TO_FP() local
DDAGCombiner.cpp20414 SDValue Shr = DAG.getNode(ISD::SRA, SDLoc(N0), VT, Shl, ShrAmt); in SimplifySelectCC() local