Searched defs:Agg (Results 1 – 12 of 12) sorted by relevance
/external/llvm/lib/VMCore/ |
D | ConstantsContext.h | 160 ExtractValueConstantExpr(Constant *Agg, in ExtractValueConstantExpr() 185 InsertValueConstantExpr(Constant *Agg, Constant *Val, in InsertValueConstantExpr()
|
D | Constants.cpp | 1732 Constant *ConstantExpr::getInsertValue(Constant *Agg, Constant *Val, in getInsertValue() 1744 Constant *ConstantExpr::getExtractValue(Constant *Agg, in getExtractValue() 2099 Constant *Agg = getOperand(0); in replaceUsesOfWithOnConstant() local 2105 Constant *Agg = getOperand(0); in replaceUsesOfWithOnConstant() local
|
D | ConstantFold.cpp | 882 Constant *llvm::ConstantFoldExtractValueInstruction(Constant *Agg, in ConstantFoldExtractValueInstruction() 910 Constant *llvm::ConstantFoldInsertValueInstruction(Constant *Agg, in ConstantFoldInsertValueInstruction()
|
D | Instructions.cpp | 1074 Type *Agg = PTy->getElementType(); in getIndexedTypeInternal() local 1330 void InsertValueInst::init(Value *Agg, Value *Val, ArrayRef<unsigned> Idxs, in init() 1385 Type *ExtractValueInst::getIndexedType(Type *Agg, in getIndexedType()
|
/external/clang/test/SemaCXX/ |
D | aggregate-initialization.cpp | 73 class Agg { class
|
/external/llvm/include/llvm/Support/ |
D | ConstantFolder.h | 213 Constant *CreateExtractValue(Constant *Agg, in CreateExtractValue() 218 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue()
|
D | TargetFolder.h | 230 Constant *CreateExtractValue(Constant *Agg, in CreateExtractValue() 235 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue()
|
D | NoFolder.h | 273 Instruction *CreateExtractValue(Constant *Agg, in CreateExtractValue() 278 Instruction *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2196 Value *Agg; in ParseFunctionBody() local 2217 Value *Agg; in ParseFunctionBody() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 1184 Value *Agg = EV.getAggregateOperand(); in visitExtractValueInst() local
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 272 static Constant *getAggregateConstantElement(Constant *Agg, Constant *Idx) { in getAggregateConstantElement()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 2905 SDValue Agg = getValue(Op0); in visitInsertValue() local 2949 SDValue Agg = getValue(Op0); in visitExtractValue() local
|