HomeSort by relevance Sort by last modified time
    Searched refs:CreateAdd (Results 26 - 50 of 72) sorted by null

12 3

  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h 161 Value *AddResult = Builder.CreateAdd(Arg1, Arg2);
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 287 PartValue = Builder.CreateAdd(LHS, RHS, "ctpop.step");
289 Count = Builder.CreateAdd(PartValue, Count, "ctpop.part");
  /external/llvm/lib/Target/X86/Disassembler/
X86Disassembler.cpp 263 Expr = MCBinaryExpr::CreateAdd(LHS, Off, *Ctx);
268 Expr = MCBinaryExpr::CreateAdd(Add, Off, *Ctx);
  /external/llvm/examples/BrainF/
BrainF.cpp 276 CreateAdd(tape_0, ConstantInt::get(C, APInt(8, curvalue)), tapereg);
  /external/llvm/include/llvm/Support/
ConstantFolder.h 34 Constant *CreateAdd(Constant *LHS, Constant *RHS,
TargetFolder.h 50 Constant *CreateAdd(Constant *LHS, Constant *RHS,
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 191 Instruction* Add = BinaryOperator::CreateAdd(Val, NegLo,
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 484 return ReplaceInstUsesWith(SI, Builder->CreateAdd(And, C1));
657 V = Builder->CreateAdd(V, Offset);
    [all...]
InstCombineMulDivRem.cpp 134 return BinaryOperator::CreateAdd(Add, Builder->CreateMul(C1, CI));
726 N = Builder->CreateAdd(N,
    [all...]
InstCombineAndOrXor.cpp 294 Value *Add = Builder->CreateAdd(V, NegLo, V->getName()+".off");
313 Value *Add = Builder->CreateAdd(V, NegLo, V->getName()+".off");
387 return Builder->CreateAdd(LHSI->getOperand(0), RHS, "fold");
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 494 Count = Builder.CreateAdd(Count, Builder.getInt64(1));
505 Count = Builder.CreateAdd(Count, Builder.getInt64(1));
790 Value *Add = Builder.CreateAdd(Builder.CreateLoad(Counter),
MemorySanitizer.cpp 634 IRB.CreateAdd(ShadowLong,
647 Base = IRB.CreateAdd(Base, ConstantInt::get(MS.IntptrTy, ArgOffset));
657 Base = IRB.CreateAdd(Base, ConstantInt::get(MS.IntptrTy, ArgOffset));
    [all...]
  /external/llvm/include/llvm/MC/
MCExpr.h 364 static const MCBinaryExpr *CreateAdd(const MCExpr *LHS, const MCExpr *RHS,
  /external/llvm/lib/Analysis/
PHITransAddr.cpp 432 BinaryOperator *Res = BinaryOperator::CreateAdd(OpVal, Inst->getOperand(1),
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp     [all...]
  /external/llvm/unittests/IR/
ValueMapTest.cpp 33 AddV(BinaryOperator::CreateAdd(ConstantV, ConstantV)) {
  /external/llvm/unittests/Support/
ValueHandleTest.cpp 319 BinaryOperator::CreateAdd(RVH,
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp 221 Expr = MCBinaryExpr::CreateAdd(Expr,
780 DotExpr = MCBinaryExpr::CreateAdd(MCSymbolRefExpr::Create(OpSym,OutContext),
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
CGExprScalar.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp     [all...]
Reassociate.cpp     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 570 Value *CreateAdd(Value *LHS, Value *RHS, const Twine &Name = "",
574 return Insert(Folder.CreateAdd(LC, RC, HasNUW, HasNSW), Name);
579 return CreateAdd(LHS, RHS, Name, false, true);
582 return CreateAdd(LHS, RHS, Name, true, false);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 659 milliseconds

12 3