Home
last modified time | relevance | path

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

/external/llvm/lib/VMCore/
DConstantsContext.h160 ExtractValueConstantExpr(Constant *Agg, in ExtractValueConstantExpr()
185 InsertValueConstantExpr(Constant *Agg, Constant *Val, in InsertValueConstantExpr()
DConstants.cpp1732 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
DConstantFold.cpp882 Constant *llvm::ConstantFoldExtractValueInstruction(Constant *Agg, in ConstantFoldExtractValueInstruction()
910 Constant *llvm::ConstantFoldInsertValueInstruction(Constant *Agg, in ConstantFoldInsertValueInstruction()
DInstructions.cpp1074 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/
Daggregate-initialization.cpp73 class Agg { class
/external/llvm/include/llvm/Support/
DConstantFolder.h213 Constant *CreateExtractValue(Constant *Agg, in CreateExtractValue()
218 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue()
DTargetFolder.h230 Constant *CreateExtractValue(Constant *Agg, in CreateExtractValue()
235 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue()
DNoFolder.h273 Instruction *CreateExtractValue(Constant *Agg, in CreateExtractValue()
278 Instruction *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2196 Value *Agg; in ParseFunctionBody() local
2217 Value *Agg; in ParseFunctionBody() local
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1184 Value *Agg = EV.getAggregateOperand(); in visitExtractValueInst() local
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp272 static Constant *getAggregateConstantElement(Constant *Agg, Constant *Idx) { in getAggregateConstantElement()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2905 SDValue Agg = getValue(Op0); in visitInsertValue() local
2949 SDValue Agg = getValue(Op0); in visitExtractValue() local