Searched defs:Shr (Results 1 - 9 of 9) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyIndVar.cpp | 777 BinaryOperator *Shr = cast<BinaryOperator>(U); in strengthenRightShift() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSimplifyDemanded.cpp | 934 InstCombiner::simplifyShrShlDemandedBits(Instruction *Shr, const APInt &ShrOp1, in simplifyShrShlDemandedBits() argument
|
| H A D | InstCombineCompares.cpp | 2163 foldICmpShrConstant(ICmpInst &Cmp, BinaryOperator *Shr, const APInt &C) foldICmpShrConstant() argument [all...] |
| /third_party/rust/crates/rust-openssl/openssl/src/ |
| H A D | bn.rs | 1357 impl<'a> Shr<i32> for &'a BigNumRef { impls 1367 impl<'a> Shr<i32> for &'a BigNum { impls
|
| /third_party/skia/third_party/externals/tint/src/ |
| H A D | program_builder.h | 1672 const ast::BinaryExpression* Shr(LHS&& lhs, RHS&& rhs) { in Shr() function in tint::ProgramBuilder
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| H A D | IceInstX8632.h | 291 Shr, enumerator
|
| H A D | IceInstX8664.h | 230 Shr, enumerator
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.cpp | 2110 SDValue Shr = DAG.getNode(ISD::SRA, SL, MVT::i64, FractMask, Exp); in LowerFTRUNC() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 20414 SDValue Shr = DAG.getNode(ISD::SRA, SDLoc(N0), VT, Shl, ShrAmt); in SimplifySelectCC() local
|
Completed in 75 milliseconds