Home
last modified time | relevance | path

Searched defs:ShlOp1 (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonOptimizeSZextends.cpp125 Value *ShlOp1 = Shl->getOperand(1); in runOnFunction() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonOptimizeSZextends.cpp120 Value *ShlOp1 = Shl->getOperand(1); in runOnFunction() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp837 const APInt &ShlOp1 = cast<ConstantInt>(Shl->getOperand(1))->getValue(); in SimplifyShrShlDemandedBits() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp861 Instruction *Shl, const APInt &ShlOp1, in simplifyShrShlDemandedBits()