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

  /external/llvm/lib/Target/NVPTX/
NVPTXGenericToNVVM.cpp 279 Builder.CreateInsertValue(NewValue, NewOperands[i], makeArrayRef(i));
335 return Builder.CreateInsertValue(NewOperands[0], NewOperands[1],
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 178 LPadVal = Builder.CreateInsertValue(LPadVal, ExnVal, 0, "lpad.val");
179 LPadVal = Builder.CreateInsertValue(LPadVal, SelVal, 1, "lpad.val");
  /external/llvm/include/llvm/Support/
ConstantFolder.h 230 Constant *CreateInsertValue(Constant *Agg, Constant *Val,
NoFolder.h 290 Instruction *CreateInsertValue(Constant *Agg, Constant *Val,
TargetFolder.h 254 Constant *CreateInsertValue(Constant *Agg, Constant *Val,
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp     [all...]
CGException.cpp     [all...]
ItaniumCXXABI.cpp 451 return Builder.CreateInsertValue(src, dstAdj, 1);
    [all...]
CGBuiltin.cpp     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 479 V = CreateInsertValue(V, retVals[i], i, "mrv");
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
SROA.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 276 Builder.CreateInsertValue(UndefValue::get(LPadSlotTy),
278 LPadVal = Builder.CreateInsertValue(LPadVal, Resume->getArgOperand(1),
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 274 milliseconds