HomeSort by relevance Sort by last modified time
    Searched refs:CreateAdd (Results 51 - 75 of 83) sorted by null

1 23 4

  /external/llvm/unittests/Support/
ValueHandleTest.cpp 319 BinaryOperator::CreateAdd(RVH,
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp 221 Expr = MCBinaryExpr::CreateAdd(Expr,
768 DotExpr = MCBinaryExpr::CreateAdd(MCSymbolRefExpr::Create(OpSym,OutContext),
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 290 Value *Add = Builder->CreateAdd(V, NegLo, V->getName()+".off");
309 Value *Add = Builder->CreateAdd(V, NegLo, V->getName()+".off");
383 return Builder->CreateAdd(LHSI->getOperand(0), RHS, "fold");
    [all...]
InstCombineMulDivRem.cpp 166 return BinaryOperator::CreateAdd(Add, Builder->CreateMul(C1, CI));
795 N = IC.Builder->CreateAdd(N, ConstantInt::get(N->getType(), CI.logBase2()));
    [all...]
InstCombineCasts.cpp 138 Amt = AllocaBuilder.CreateAdd(Amt, Off);
    [all...]
InstructionCombining.cpp     [all...]
InstCombineCompares.cpp 448 Idx = Builder->CreateAdd(Idx, Offs);
462 Idx = Builder->CreateAdd(Idx, Offs);
601 return IC.Builder->CreateAdd(VariableIdx, OffsetVal, "offset");
    [all...]
InstCombineCalls.cpp 369 Value *Add = Builder->CreateAdd(LHS, RHS);
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp     [all...]
Reassociate.cpp     [all...]
LoopIdiomRecognize.cpp 526 NewCount = Builder.CreateAdd(NewCount, CntInitVal);
    [all...]
ScalarReplAggregates.cpp 789 Idx = Builder.CreateAdd(NonConstantIdx,
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 573 Value *CreateAdd(Value *LHS, Value *RHS, const Twine &Name = "",
577 return Insert(Folder.CreateAdd(LC, RC, HasNUW, HasNSW), Name);
582 return CreateAdd(LHS, RHS, Name, false, true);
585 return CreateAdd(LHS, RHS, Name, true, false);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 66 Value *Add = builder.CreateAdd(Load, ConstantInt::get(GTy, 1LL));
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
CGClass.cpp 123 baseOffset = CGF.Builder.CreateAdd(virtualOffset, baseOffset);
444 Next = CGF.Builder.CreateAdd(ArrayIndex, Next, "inc");
519 NextVal = CGF.Builder.CreateAdd(Counter, NextVal, "inc");
    [all...]
CGBuiltin.cpp 333 Value *Tmp = Builder.CreateAdd(Builder.CreateCall2(F, ArgValue,
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
MemoryBuiltins.cpp 721 Offset = Builder.CreateAdd(PtrData.second, Offset);
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 170 return MCBinaryExpr::CreateAdd(Base, MCConstantExpr::Create(Offset, Ctx),
233 return MCBinaryExpr::CreateAdd(LHS, RHS, Ctx);
    [all...]
  /external/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 782 Expr = Value == 0 ? Base : MCBinaryExpr::CreateAdd(Base, Expr, Ctx);
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp 357 Expr = MCBinaryExpr::CreateAdd(Expr, MCConstantExpr::Create(ImmOffset, Ctx),
    [all...]

Completed in 697 milliseconds

1 23 4