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

  /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/llvm/include/llvm/IR/
IRBuilder.h 476 V = CreateInsertValue(V, retVals[i], i, "mrv");
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
SROA.cpp     [all...]
  /external/clang/lib/CodeGen/
CGException.cpp     [all...]
ItaniumCXXABI.cpp 426 return Builder.CreateInsertValue(src, dstAdj, 1);
    [all...]
CGBuiltin.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 115 milliseconds