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

  /external/llvm/lib/Transforms/Scalar/
LowerAtomic.cpp 35 Res = Builder.CreateInsertValue(UndefValue::get(CXI->getType()), Orig, 0);
36 Res = Builder.CreateInsertValue(Res, Equal, 1);
ScalarReplAggregates.cpp     [all...]
SROA.cpp     [all...]
  /external/llvm/lib/CodeGen/
AtomicExpandLoadLinkedPass.cpp 348 Res = Builder.CreateInsertValue(UndefValue::get(CI->getType()), Loaded, 0);
349 Res = Builder.CreateInsertValue(Res, Success, 1);
SjLjEHPrepare.cpp 178 LPadVal = Builder.CreateInsertValue(LPadVal, ExnVal, 0, "lpad.val");
179 LPadVal = Builder.CreateInsertValue(LPadVal, SelVal, 1, "lpad.val");
  /external/llvm/lib/Target/NVPTX/
NVPTXGenericToNVVM.cpp 276 Builder.CreateInsertValue(NewValue, NewOperands[i], makeArrayRef(i));
332 return Builder.CreateInsertValue(NewOperands[0], NewOperands[1],
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 537 Value *Res = IRB.CreateInsertValue(UndefValue::get(CASI->getType()), C, 0);
538 Res = IRB.CreateInsertValue(Res, Success, 1);
DataFlowSanitizer.cpp     [all...]
MemorySanitizer.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
TargetFolder.h 254 Constant *CreateInsertValue(Constant *Agg, Constant *Val,
  /external/llvm/include/llvm/IR/
ConstantFolder.h 230 Constant *CreateInsertValue(Constant *Agg, Constant *Val,
NoFolder.h 290 Instruction *CreateInsertValue(Constant *Agg, Constant *Val,
IRBuilder.h 538 V = CreateInsertValue(V, retVals[i], i, "mrv");
    [all...]
  /external/clang/lib/CodeGen/
CGException.cpp     [all...]
MicrosoftCXXABI.cpp     [all...]
ItaniumCXXABI.cpp 555 return Builder.CreateInsertValue(src, dstAdj, 1);
    [all...]
CGBuiltin.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.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/IR/
Core.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 159 milliseconds