Home
last modified time | relevance | path

Searched refs:CreateNSWMul (Results 1 – 24 of 24) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DNoFolder.h79 Instruction *CreateNSWMul(Constant *LHS, Constant *RHS) const { in CreateNSWMul() function
80 return BinaryOperator::CreateNSWMul(LHS, RHS); in CreateNSWMul()
DIRBuilder.h548 Value *CreateNSWMul(Value *LHS, Value *RHS, const Twine &Name = "") {
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DNoFolder.h90 Instruction *CreateNSWMul(Constant *LHS, Constant *RHS) const { in CreateNSWMul() function
91 return BinaryOperator::CreateNSWMul(LHS, RHS); in CreateNSWMul()
DIRBuilder.h1005 Value *CreateNSWMul(Value *LHS, Value *RHS, const Twine &Name = "") {
/external/llvm/include/llvm/IR/
DNoFolder.h79 Instruction *CreateNSWMul(Constant *LHS, Constant *RHS) const { in CreateNSWMul() function
80 return BinaryOperator::CreateNSWMul(LHS, RHS); in CreateNSWMul()
DIRBuilder.h830 Value *CreateNSWMul(Value *LHS, Value *RHS, const Twine &Name = "") {
/external/llvm/unittests/IR/
DPatternMatch.cpp240 m_NSWMul(m_Value(MatchL), m_Value(MatchR)).match(IRB.CreateNSWMul(L, R))); in TEST_F()
290 EXPECT_FALSE(m_NUWMul(m_Value(), m_Value()).match(IRB.CreateNSWMul(L, R))); in TEST_F()
DIRBuilderTest.cpp264 cast<BinaryOperator>(Builder.CreateNSWMul(V, V))->hasNoSignedWrap()); in TEST_F()
287 EXPECT_TRUE(cast<OverflowingBinaryOperator>(Builder.CreateNSWMul(C, C)) in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DPatternMatch.cpp335 m_NSWMul(m_Value(MatchL), m_Value(MatchR)).match(IRB.CreateNSWMul(L, R))); in TEST_F()
385 EXPECT_FALSE(m_NUWMul(m_Value(), m_Value()).match(IRB.CreateNSWMul(L, R))); in TEST_F()
DIRBuilderTest.cpp348 cast<BinaryOperator>(Builder.CreateNSWMul(V, V))->hasNoSignedWrap()); in TEST_F()
371 EXPECT_TRUE(cast<OverflowingBinaryOperator>(Builder.CreateNSWMul(C, C)) in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dir_builder_mixin.h179 return mixin_builder()->CreateNSWMul(std::forward<Args>(args)...); in NSWMul()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp338 Builder.CreateNSWMul(Op0Conv->getOperand(0), CI, "mulconv"); in visitMul()
355 Value *NewMul = Builder.CreateNSWMul( in visitMul()
DInstCombineCompares.cpp3831 return SetResult(Builder.CreateNSWMul(LHS, RHS), Builder.getFalse(), in OptimizeOverflowCheck()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp457 return Builder.CreateNSWMul(Ops.LHS, Ops.RHS, "mul"); in EmitMul()
2478 index = CGF.Builder.CreateNSWMul(index, numElements, "vla.index"); in emitPointerArithmetic()
DCGExpr.cpp2926 Idx = Builder.CreateNSWMul(Idx, numElements); in EmitArraySubscriptExpr()
3152 Idx = Builder.CreateNSWMul(Idx, NumElements); in EmitOMPArraySectionExpr()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp1872 return wrap(unwrap(B)->CreateNSWMul(unwrap(LHS), unwrap(RHS), Name)); in LLVMBuildNSWMul()
/external/llvm/lib/IR/
DCore.cpp2581 return wrap(unwrap(B)->CreateNSWMul(unwrap(LHS), unwrap(RHS), Name)); in LLVMBuildNSWMul()
/external/llvm/bindings/go/llvm/
Dir.go1316 func (b Builder) CreateNSWMul(lhs, rhs Value, name string) (v Value) { func
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go1383 func (b Builder) CreateNSWMul(lhs, rhs Value, name string) (v Value) { func
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp2888 return wrap(unwrap(B)->CreateNSWMul(unwrap(LHS), unwrap(RHS), Name)); in LLVMBuildNSWMul()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2663 return SetResult(Builder->CreateNSWMul(LHS, RHS), Builder->getFalse(), in OptimizeOverflowCheck()
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.mli1893 See the method [llvm::LLVMBuilder::CreateNSWMul]. *)
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm.mli2150 See the method [llvm::LLVMBuilder::CreateNSWMul]. *)
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli2134 See the method [llvm::LLVMBuilder::CreateNSWMul]. *)