Home
last modified time | relevance | path

Searched defs:Agg (Results 1 – 14 of 14) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/IR/
DConstantsContext.h169 ExtractValueConstantExpr(Constant *Agg, in ExtractValueConstantExpr()
195 InsertValueConstantExpr(Constant *Agg, Constant *Val, in InsertValueConstantExpr()
DConstantFold.cpp827 Constant *llvm::ConstantFoldExtractValueInstruction(Constant *Agg, in ConstantFoldExtractValueInstruction()
839 Constant *llvm::ConstantFoldInsertValueInstruction(Constant *Agg, in ConstantFoldInsertValueInstruction()
DInstructions.cpp1362 Type *Agg = PTy->getElementType(); in getIndexedTypeInternal() local
1647 void InsertValueInst::init(Value *Agg, Value *Val, ArrayRef<unsigned> Idxs, in init()
1702 Type *ExtractValueInst::getIndexedType(Type *Agg, in getIndexedType()
DConstants.cpp1980 Constant *ConstantExpr::getInsertValue(Constant *Agg, Constant *Val, in getInsertValue()
2000 Constant *ConstantExpr::getExtractValue(Constant *Agg, in getExtractValue()
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
DConstantFolder.h225 Constant *CreateExtractValue(Constant *Agg, in CreateExtractValue()
230 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue()
DTargetFolder.h249 Constant *CreateExtractValue(Constant *Agg, in CreateExtractValue()
254 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue()
DNoFolder.h285 Instruction *CreateExtractValue(Constant *Agg, in CreateExtractValue()
290 Instruction *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue()
/freebsd-10-stable/contrib/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2338 Value *Agg; in ParseFunctionBody() local
2359 Value *Agg; in ParseFunctionBody() local
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1885 Value *Agg = I.getAggregateOperand(); in visitExtractValueInst() local
1928 Value *Agg = I.getAggregateOperand(); in visitInsertValueInst() local
/freebsd-10-stable/contrib/llvm/lib/Analysis/
DInstructionSimplify.cpp2779 static Value *SimplifyInsertValueInst(Value *Agg, Value *Val, in SimplifyInsertValueInst()
2806 Value *llvm::SimplifyInsertValueInst(Value *Agg, Value *Val, in SimplifyInsertValueInst()
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1681 Value *Agg = EV.getAggregateOperand(); in visitExtractValueInst() local
/freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp2108 Value *Agg = I.getAggregateOperand(); in visitExtractValueInst() local
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
DSROA.cpp2773 void emitSplitOps(Type *Ty, Value *&Agg, const Twine &Name) { in emitSplitOps()
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp3199 SDValue Agg = getValue(Op0); in visitInsertValue() local
3244 SDValue Agg = getValue(Op0); in visitExtractValue() local