Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/test/Instrumentation/MemorySanitizer/
H A Darray_types.ll7 define [2 x i32] @InsertValue(i32 %x, i32 %y) sanitize_memory {
14 ; CHECK-LABEL: @InsertValue(
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DConstantsContext.h197 : ConstantExpr(DestTy, Instruction::InsertValue, &Op<0>(), 2), in InsertValueConstantExpr()
495 case Instruction::InsertValue:
H A DInstruction.cpp252 case InsertValue: return "insertvalue"; in getOpcodeName()
H A DConstants.cpp1176 getOpcode() == Instruction::InsertValue; in hasIndices()
1244 case Instruction::InsertValue: in getWithOperands()
2176 const ConstantExprKeyType Key(Instruction::InsertValue, ArgVec, 0, 0, Idxs); in getInsertValue()
2949 case Instruction::InsertValue: in getAsInstruction()
H A DInstructions.cpp1678 : Instruction(IVI.getType(), InsertValue, in InsertValueInst()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DInstruction.def174 HANDLE_OTHER_INST(58, InsertValue, InsertValueInst) // insert into aggregate
H A DInstructions.h2047 return I->getOpcode() == Instruction::InsertValue;
2064 : Instruction(Agg->getType(), InsertValue,
2074 : Instruction(Agg->getType(), InsertValue,
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp338 case Instruction::InsertValue: in remapConstantExpr()
/minix3/external/bsd/llvm/dist/llvm/lib/AsmParser/
H A DLLLexer.cpp738 INSTKEYWORD(insertvalue, InsertValue); in LexIdentifier()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1440 case InsertValue: return ISD::MERGE_VALUES; in InstructionOpcodeToISD()
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.ml210 | InsertValue Constructor
H A Dllvm.mli268 | InsertValue Constructor
/minix3/external/bsd/llvm/dist/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp1537 case Instruction::InsertValue: { in printInstruction()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGVN.cpp443 case Instruction::InsertValue: in lookup_or_add()
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1334 case Instruction::InsertValue: { in WriteInstruction()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1047 case Instruction::InsertValue: NumFastIselFailInsertValue++; return; in collectFailStats()
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go232 InsertValue Opcode = C.LLVMInsertValue const
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp3673 case Instruction::InsertValue: { in SimplifyInstruction()