Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp83 case Instruction::InsertValue: in isCompatibleReplacement()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantsContext.h254 : ConstantExpr(DestTy, Instruction::InsertValue, &Op<0>(), 2), in InsertValueConstantExpr()
272 return CE->getOpcode() == Instruction::InsertValue; in classof()
628 case Instruction::InsertValue:
H A DInstruction.cpp393 case InsertValue: return "insertvalue"; in getOpcodeName()
H A DConstants.cpp1488 getOpcode() == Instruction::InsertValue; in hasIndices()
1556 case Instruction::InsertValue: in getWithOperands()
2629 const ConstantExprKeyType Key(Instruction::InsertValue, ArgVec, 0, 0, Idxs); in getInsertValue()
3509 case Instruction::InsertValue: in getAsInstruction()
H A DInstructions.cpp2339 : Instruction(IVI.getType(), InsertValue, in InsertValueInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp254 case Instruction::InsertValue: in ComputeSpeculationCost()
H A DGVNSink.cpp485 case Instruction::InsertValue: in lookupOrAdd()
H A DGVN.cpp562 case Instruction::InsertValue: in lookupOrAdd()
2038 if ((i > 1 && Exp.opcode == Instruction::InsertValue) || in phiTranslateImpl()
H A DNewGVN.cpp1942 case Instruction::InsertValue: in performSymbolicEvaluation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp280 case Instruction::InsertValue: in remapConstantExpr()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstruction.def218 HANDLE_OTHER_INST(65, InsertValue, InsertValueInst) // insert into aggregate
H A DInstructions.h2542 return I->getOpcode() == Instruction::InsertValue;
2559 : Instruction(Agg->getType(), InsertValue,
2570 : Instruction(Agg->getType(), InsertValue,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCFLGraph.h556 case Instruction::InsertValue: { in visitConstantExpr()
H A DValueTracking.cpp4975 case Instruction::InsertValue: in canCreateUndefOrPoison()
H A DInstructionSimplify.cpp5920 case Instruction::InsertValue: { in SimplifyInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLLexer.cpp912 INSTKEYWORD(insertvalue, InsertValue); in LexIdentifier()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1805 case InsertValue: return ISD::MERGE_VALUES; in InstructionOpcodeToISD()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.ml239 | InsertValue Constructor
H A Dllvm.mli263 | InsertValue Constructor
854 (** [indices i] returns the indices for the ExtractValue or InsertValue
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLocal.cpp3286 case Instruction::InsertValue: in canReplaceOperandWithVariable()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go195 InsertValue Opcode = C.LLVMInsertValue const
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2786 case Instruction::InsertValue: { in writeInstruction()