Home
last modified time | relevance | path

Searched refs:InsertValue (Results 1 – 18 of 18) sorted by relevance

/external/llvm/test/Instrumentation/MemorySanitizer/
Darray_types.ll7 define [2 x i32] @InsertValue(i32 %x, i32 %y) sanitize_memory {
14 ; CHECK-LABEL: @InsertValue(
/external/llvm/lib/IR/
DConstantsContext.h204 : ConstantExpr(DestTy, Instruction::InsertValue, &Op<0>(), 2), in InsertValueConstantExpr()
217 return CE->getOpcode() == Instruction::InsertValue; in classof()
529 case Instruction::InsertValue:
DInstruction.cpp267 case InsertValue: return "insertvalue"; in getOpcodeName()
DConstants.cpp1145 getOpcode() == Instruction::InsertValue; in hasIndices()
1210 case Instruction::InsertValue: in getWithOperands()
2144 const ConstantExprKeyType Key(Instruction::InsertValue, ArgVec, 0, 0, Idxs); in getInsertValue()
3005 case Instruction::InsertValue: in getAsInstruction()
DInstructions.cpp1844 : Instruction(IVI.getType(), InsertValue, in InsertValueInst()
/external/llvm/include/llvm/IR/
DInstruction.def195 HANDLE_OTHER_INST(63, InsertValue, InsertValueInst) // insert into aggregate
DInstructions.h2389 return I->getOpcode() == Instruction::InsertValue;
2406 : Instruction(Agg->getType(), InsertValue,
2416 : Instruction(Agg->getType(), InsertValue,
/external/llvm/lib/Target/NVPTX/
DNVPTXGenericToNVVM.cpp335 case Instruction::InsertValue: in remapConstantExpr()
/external/llvm/lib/AsmParser/
DLLLexer.cpp763 INSTKEYWORD(insertvalue, InsertValue); in LexIdentifier()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1604 case InsertValue: return ISD::MERGE_VALUES; in InstructionOpcodeToISD()
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml210 | InsertValue Constructor
Dllvm.mli268 | InsertValue Constructor
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp1534 case Instruction::InsertValue: { in printInstruction()
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp449 case Instruction::InsertValue: in lookup_or_add()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp1143 case Instruction::InsertValue: NumFastIselFailInsertValue++; return; in collectFailStats()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1855 case Instruction::InsertValue: { in WriteInstruction()
/external/llvm/bindings/go/llvm/
Dir.go234 InsertValue Opcode = C.LLVMInsertValue const
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp4051 case Instruction::InsertValue: { in SimplifyInstruction()