Home
last modified time | relevance | path

Searched defs:LShr (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dir_builder_mixin.h348 llvm::Value* LShr(Args&&... args) { in LShr() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp828 BinaryOperator *LShr = BinaryOperator::CreateLShr(Op0, C1); in foldUDivPow2Cst() local
852 BinaryOperator *LShr = BinaryOperator::CreateLShr(Op0, N); in foldUDivShl() local
DInstCombineSimplifyDemanded.cpp549 BinaryOperator *LShr = BinaryOperator::CreateLShr(I->getOperand(0), in SimplifyDemandedUseBits() local
DInstCombineCompares.cpp1643 Value *A, *B, *LShr; in foldICmpAndConstConst() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp977 BinaryOperator *LShr = BinaryOperator::CreateLShr( in foldUDivPow2Cst() local
1007 BinaryOperator *LShr = BinaryOperator::CreateLShr(Op0, N); in foldUDivShl() local
DInstCombineCompares.cpp1786 Value *X, *Y, *LShr; in visitICmpInstWithInstAndIntCst() local
/external/llvm/include/llvm/MC/
DMCExpr.h406 LShr, ///< Logical shift right. enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCExpr.h438 LShr, ///< Logical shift right. enumerator
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml174 | LShr Constructor
Dllvm.mli232 | LShr Constructor
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm.ml199 | LShr Constructor
Dllvm.mli221 | LShr Constructor
/external/llvm/bindings/go/llvm/
Dir.go195 LShr Opcode = C.LLVMLShr const
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go153 LShr Opcode = C.LLVMLShr const
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp5564 auto *LShr = Builder.CreateLShr(Sub, ShiftC); in ReduceSwitchRange() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp34754 SDValue LShr = DAG.getNode(ISD::SRL, dl, VT, AllOnes, Sub); in combineAndLoadToBZHI() local