HomeSort by relevance Sort by last modified time
    Searched refs:getSub (Results 1 - 17 of 17) 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/Analysis/
TargetFolder.h 59 return Fold(ConstantExpr::getSub(LHS, RHS, HasNUW, HasNSW));
  /external/llvm/include/llvm/IR/
ConstantFolder.h 43 return ConstantExpr::getSub(LHS, RHS, HasNUW, HasNSW);
Constants.h     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 65 return ConstantExpr::getSub(C, ConstantInt::get(C->getType(), 1));
InstCombineCompares.cpp 87 Result = ConstantExpr::getSub(In1, In2);
767 ConstantExpr::getSub(ConstantInt::getAllOnesValue(CI->getType()), CI);
788 return new ICmpInst(ICmpInst::ICMP_SGT, X, ConstantExpr::getSub(SMax, CI));
    [all...]
InstCombineAndOrXor.cpp     [all...]
InstCombineAddSub.cpp     [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 578 if (Constant *C = ConstantExpr::getSub(CLHS, CRHS)) {
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]
MicrosoftCXXABI.cpp 399 llvm::ConstantExpr::getSub(PtrValAsInt, ImageBaseAsInt,
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 753 Res = ConstantExpr::getSub(Res, CE->getOperand(1));
    [all...]
InstructionSimplify.cpp 652 return ConstantExpr::getSub(LHSOffset, RHSOffset);
    [all...]
  /external/llvm/lib/IR/
Constants.cpp     [all...]
Core.cpp 898 return wrap(ConstantExpr::getSub(unwrap<Constant>(LHSConstant),
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 946 constants. See the method [llvm::ConstantExpr::getSub]. *)
    [all...]

Completed in 708 milliseconds