/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | IntegerDivision.cpp | 92 if (Instruction *UDiv = dyn_cast<Instruction>(Quotient)) in generatedUnsignedRemainderCode() local 141 if (Instruction *UDiv = dyn_cast<Instruction>(Q_Mag)) in generateSignedDivisionCode() local 417 if (BinaryOperator *UDiv = dyn_cast<BinaryOperator>(Builder.GetInsertPoint())) { in expandRemainder() local
|
D | SimplifyIndVar.cpp | 306 auto *UDiv = BinaryOperator::Create( in eliminateSDiv() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | IntegerDivision.cpp | 92 if (Instruction *UDiv = dyn_cast<Instruction>(Quotient)) in generatedUnsignedRemainderCode() local 141 if (Instruction *UDiv = dyn_cast<Instruction>(Q_Mag)) in generateSignedDivisionCode() local 417 if (BinaryOperator *UDiv = dyn_cast<BinaryOperator>(Builder.GetInsertPoint())) { in expandRemainder() local
|
D | SimplifyIndVar.cpp | 304 auto *UDiv = BinaryOperator::Create( in eliminateSDiv() local
|
/external/llvm/lib/Transforms/Utils/ |
D | IntegerDivision.cpp | 93 if (Instruction *UDiv = dyn_cast<Instruction>(Quotient)) in generatedUnsignedRemainderCode() local 142 if (Instruction *UDiv = dyn_cast<Instruction>(Q_Mag)) in generateSignedDivisionCode() local 418 if (BinaryOperator *UDiv = dyn_cast<BinaryOperator>(Builder.GetInsertPoint())) { in expandRemainder() local
|
/external/llvm-project/llvm/unittests/Transforms/Utils/ |
D | IntegerDivisionTest.cpp | 52 TEST(IntegerDivision, UDiv) { in TEST() argument
|
/external/llvm/unittests/Transforms/Utils/ |
D | IntegerDivision.cpp | 53 TEST(IntegerDivision, UDiv) { in TEST() argument
|
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
D | ir_builder_mixin.h | 231 llvm::Value* UDiv(Args&&... args) { in UDiv() function
|
/external/llvm/unittests/IR/ |
D | ConstantRangeTest.cpp | 492 TEST_F(ConstantRangeTest, UDiv) { in TEST_F() argument
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionExpressions.h | 519 const SCEVUDivExpr *UDiv = cast<SCEVUDivExpr>(S); in visitAll() local
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | CorrelatedValuePropagation.cpp | 804 auto *UDiv = in processSDiv() local
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionExpressions.h | 657 const SCEVUDivExpr *UDiv = cast<SCEVUDivExpr>(S); in visitAll() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionExpressions.h | 599 const SCEVUDivExpr *UDiv = cast<SCEVUDivExpr>(S); in visitAll() local
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.ml | 166 | UDiv Constructor
|
D | llvm.mli | 224 | UDiv Constructor
|
/external/llvm-project/llvm/bindings/ocaml/llvm/ |
D | llvm.ml | 191 | UDiv Constructor
|
D | llvm.mli | 213 | UDiv Constructor
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 327 const SCEVUDivExpr *UDiv = cast<SCEVUDivExpr>(this); in print() local 3187 const SCEV *UDiv = getUDivExpr(LHS, RHS); in getURemExpr() local 5639 if (const SCEVUDivExpr *UDiv = dyn_cast<SCEVUDivExpr>(S)) { in getRangeRef() local 11782 const SCEVUDivExpr *UDiv = cast<SCEVUDivExpr>(S); in computeLoopDisposition() local 11872 const SCEVUDivExpr *UDiv = cast<SCEVUDivExpr>(S); in computeBlockDisposition() local
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 211 const SCEVUDivExpr *UDiv = cast<SCEVUDivExpr>(this); in print() local 4489 if (const SCEVUDivExpr *UDiv = dyn_cast<SCEVUDivExpr>(S)) { in getRange() local 9760 const SCEVUDivExpr *UDiv = cast<SCEVUDivExpr>(S); in computeLoopDisposition() local 9846 const SCEVUDivExpr *UDiv = cast<SCEVUDivExpr>(S); in computeBlockDisposition() local
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 345 const SCEVUDivExpr *UDiv = cast<SCEVUDivExpr>(this); in print() local 3081 const SCEV *UDiv = getUDivExpr(LHS, RHS); in getURemExpr() local 5723 if (const SCEVUDivExpr *UDiv = dyn_cast<SCEVUDivExpr>(S)) { in getRangeRef() local 12300 const SCEVUDivExpr *UDiv = cast<SCEVUDivExpr>(S); in computeLoopDisposition() local 12391 const SCEVUDivExpr *UDiv = cast<SCEVUDivExpr>(S); in computeBlockDisposition() local
|
/external/llvm-project/llvm/unittests/IR/ |
D | ConstantRangeTest.cpp | 1173 TEST_F(ConstantRangeTest, UDiv) { in TEST_F() argument
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 2339 BinaryOperator *UDiv, in foldICmpUDivConstant()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 2296 BinaryOperator *UDiv, in foldICmpUDivConstant()
|
/external/llvm-project/llvm/bindings/go/llvm/ |
D | ir.go | 147 UDiv Opcode = C.LLVMUDiv const
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 186 UDiv Opcode = C.LLVMUDiv const
|