HomeSort by relevance Sort by last modified time
    Searched refs:CreateSub (Results 26 - 40 of 40) sorted by null

12

  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 582 cast<Instruction>(Builder.CreateSub(Opnd1, Opnd2, "tcdec", false, true));
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
SimplifyCFG.cpp     [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp 303 if (!IsARM) VTableOffset = Builder.CreateSub(VTableOffset, ptrdiff_1);
    [all...]
CGStmt.cpp 902 Builder.CreateSub(SwitchInsn->getCondition(), Builder.getInt(LHS));
    [all...]
CGExpr.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 237 case Instruction::Sub: return MCBinaryExpr::CreateSub(LHS, RHS, Ctx);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 568 Value *SizeMinusOne = IRB.CreateSub(Size, ConstantInt::get(IntptrTy, 1));
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 386 return Builder->CreateSub(LHSI->getOperand(0), RHS, "fold");
    [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 560 LHS = MCBinaryExpr::CreateSub(Add, Sub, *Ctx);
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 299 milliseconds

12