Searched defs:LShr (Results 1 – 16 of 16) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
D | ir_builder_mixin.h | 348 llvm::Value* LShr(Args&&... args) { in LShr() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 828 BinaryOperator *LShr = BinaryOperator::CreateLShr(Op0, C1); in foldUDivPow2Cst() local 852 BinaryOperator *LShr = BinaryOperator::CreateLShr(Op0, N); in foldUDivShl() local
|
D | InstCombineSimplifyDemanded.cpp | 549 BinaryOperator *LShr = BinaryOperator::CreateLShr(I->getOperand(0), in SimplifyDemandedUseBits() local
|
D | InstCombineCompares.cpp | 1643 Value *A, *B, *LShr; in foldICmpAndConstConst() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 977 BinaryOperator *LShr = BinaryOperator::CreateLShr( in foldUDivPow2Cst() local 1007 BinaryOperator *LShr = BinaryOperator::CreateLShr(Op0, N); in foldUDivShl() local
|
D | InstCombineCompares.cpp | 1786 Value *X, *Y, *LShr; in visitICmpInstWithInstAndIntCst() local
|
/external/llvm/include/llvm/MC/ |
D | MCExpr.h | 406 LShr, ///< Logical shift right. enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCExpr.h | 438 LShr, ///< Logical shift right. enumerator
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.ml | 174 | LShr Constructor
|
D | llvm.mli | 232 | LShr Constructor
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/ |
D | llvm.ml | 199 | LShr Constructor
|
D | llvm.mli | 221 | LShr Constructor
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 195 LShr Opcode = C.LLVMLShr const
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/ |
D | ir.go | 153 LShr Opcode = C.LLVMLShr const
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 5564 auto *LShr = Builder.CreateLShr(Sub, ShiftC); in ReduceSwitchRange() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 34754 SDValue LShr = DAG.getNode(ISD::SRL, dl, VT, AllOnes, Sub); in combineAndLoadToBZHI() local
|