HomeSort by relevance Sort by last modified time
    Searched refs:CreateNUWSub (Results 1 - 25 of 25) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
NoFolder.h 66 Instruction *CreateNUWSub(Constant *LHS, Constant *RHS) const {
67 return BinaryOperator::CreateNUWSub(LHS, RHS);
IRBuilder.h 531 Value *CreateNUWSub(Value *LHS, Value *RHS, const Twine &Name = "") {
    [all...]
  /external/llvm/unittests/IR/
PatternMatch.cpp 255 m_NUWSub(m_Value(MatchL), m_Value(MatchR)).match(IRB.CreateNUWSub(L, R)));
273 EXPECT_FALSE(m_NSWSub(m_Value(), m_Value()).match(IRB.CreateNUWSub(L, R)));
285 EXPECT_FALSE(m_NUWAdd(m_Value(), m_Value()).match(IRB.CreateNUWSub(L, R)));
IRBuilderTest.cpp 276 cast<BinaryOperator>(Builder.CreateNUWSub(V, V))->hasNoUnsignedWrap());
295 EXPECT_TRUE(cast<OverflowingBinaryOperator>(Builder.CreateNUWSub(C, C))
  /external/llvm/include/llvm/IR/
NoFolder.h 66 Instruction *CreateNUWSub(Constant *LHS, Constant *RHS) const {
67 return BinaryOperator::CreateNUWSub(LHS, RHS);
IRBuilder.h 811 Value *CreateNUWSub(Value *LHS, Value *RHS, const Twine &Name = "") {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
NoFolder.h 74 Instruction *CreateNUWSub(Constant *LHS, Constant *RHS) const {
75 return BinaryOperator::CreateNUWSub(LHS, RHS);
IRBuilder.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
PatternMatch.cpp 350 m_NUWSub(m_Value(MatchL), m_Value(MatchR)).match(IRB.CreateNUWSub(L, R)));
368 EXPECT_FALSE(m_NSWSub(m_Value(), m_Value()).match(IRB.CreateNUWSub(L, R)));
380 EXPECT_FALSE(m_NUWAdd(m_Value(), m_Value()).match(IRB.CreateNUWSub(L, R)));
IRBuilderTest.cpp 360 cast<BinaryOperator>(Builder.CreateNUWSub(V, V))->hasNoUnsignedWrap());
379 EXPECT_TRUE(cast<OverflowingBinaryOperator>(Builder.CreateNUWSub(C, C))
  /external/clang/lib/CodeGen/
CGExprAgg.cpp     [all...]
CGOpenMPRuntime.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp     [all...]
Core.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Instructions.cpp     [all...]
Core.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
Core.cpp     [all...]
  /external/llvm/bindings/go/llvm/
ir.go     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
ir.go     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.mli     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 486 milliseconds