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

  /external/llvm/unittests/IR/
ConstantsTest.cpp 43 EXPECT_EQ(Zero, ConstantExpr::getSub(NegOne, One));
47 EXPECT_EQ(Zero, ConstantExpr::getSub(One, NegOne));
51 EXPECT_EQ(Zero, ConstantExpr::getSub(One, One));
206 CHECK(ConstantExpr::getSub(P0, P0), "sub i32 " P0STR ", " P0STR);
  /external/llvm/include/llvm/Support/
ConstantFolder.h 43 return ConstantExpr::getSub(LHS, RHS, HasNUW, HasNSW);
TargetFolder.h 59 return Fold(ConstantExpr::getSub(LHS, RHS, HasNUW, HasNSW));
  /external/llvm/include/llvm/IR/
Constants.h     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp     [all...]
InstCombineCompares.cpp 37 return ConstantExpr::getSub(C, ConstantInt::get(C->getType(), 1));
94 Result = ConstantExpr::getSub(In1, In2);
736 ConstantExpr::getSub(ConstantInt::getAllOnesValue(CI->getType()), CI);
757 return new ICmpInst(ICmpInst::ICMP_SGT, X, ConstantExpr::getSub(SMax, CI));
768 return new ICmpInst(ICmpInst::ICMP_SLT, X, ConstantExpr::getSub(SMax, C));
    [all...]
InstCombineAndOrXor.cpp     [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 571 if (Constant *C = ConstantExpr::getSub(CLHS, CRHS)) {
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 674 Res = ConstantExpr::getSub(Res, CE->getOperand(1));
    [all...]
InstructionSimplify.cpp 728 return ConstantExpr::getSub(LHSOffset, RHSOffset);
    [all...]
  /external/llvm/lib/IR/
Constants.cpp     [all...]
Core.cpp 796 return wrap(ConstantExpr::getSub(unwrap<Constant>(LHSConstant),
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 842 constants. See the method [llvm::ConstantExpr::getSub]. *)
    [all...]

Completed in 805 milliseconds