Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dblock-byref-aggr.c4 typedef struct { int v; } Agg; typedef
/external/clang/test/CXX/basic/basic.types/
Dp10.cpp70 struct Agg { struct
74 constexpr int f3(Agg a) { return a.a; } in f3() argument
/external/llvm/lib/IR/
DConstantsContext.h172 ExtractValueConstantExpr(Constant *Agg, in ExtractValueConstantExpr()
198 InsertValueConstantExpr(Constant *Agg, Constant *Val, in InsertValueConstantExpr()
DConstantFold.cpp839 Constant *llvm::ConstantFoldExtractValueInstruction(Constant *Agg, in ConstantFoldExtractValueInstruction()
851 Constant *llvm::ConstantFoldInsertValueInstruction(Constant *Agg, in ConstantFoldInsertValueInstruction()
DInstructions.cpp1375 Type *Agg = PTy->getElementType(); in getIndexedTypeInternal() local
1660 void InsertValueInst::init(Value *Agg, Value *Val, ArrayRef<unsigned> Idxs, in init()
1715 Type *ExtractValueInst::getIndexedType(Type *Agg, in getIndexedType()
DConstants.cpp2042 Constant *ConstantExpr::getInsertValue(Constant *Agg, Constant *Val, in getInsertValue()
2062 Constant *ConstantExpr::getExtractValue(Constant *Agg, in getExtractValue()
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
Dp7-cxx11-nowarn.cpp31 struct Agg { struct
48Agg<char> a1 = {1.0F}; // expected-warning {{type 'float' cannot be narrowed to 'char'}} expected… in float_to_int() argument
Dp7-0x.cpp30 struct Agg { struct
47Agg<char> a1 = {1.0F}; // expected-error {{type 'float' cannot be narrowed to 'char'}} expected-n… in float_to_int() argument
/external/clang/test/SemaCXX/
Daggregate-initialization.cpp73 class Agg { class
Dcxx98-compat.cpp114 …struct Agg { int a, b; } const &agg = { 1, 2 }; // expected-warning {{reference initialized from i… in RangeFor() argument
/external/llvm/include/llvm/Analysis/
DTargetFolder.h249 Constant *CreateExtractValue(Constant *Agg, in CreateExtractValue()
254 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue()
/external/llvm/include/llvm/IR/
DConstantFolder.h225 Constant *CreateExtractValue(Constant *Agg, in CreateExtractValue()
230 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()
/external/clang/test/CodeGenCXX/
Dconst-init-cxx11.cpp431 struct Agg { int k; }; struct
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2457 Value *Agg; in ParseFunctionBody() local
2478 Value *Agg; in ParseFunctionBody() local
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1886 Value *Agg = I.getAggregateOperand(); in visitExtractValueInst() local
1929 Value *Agg = I.getAggregateOperand(); in visitInsertValueInst() local
/external/llvm/lib/Analysis/
DConstantFolding.cpp1747 Constant *Agg = Operands[J]->getAggregateElement(I); in ConstantFoldVectorCall() local
DInstructionSimplify.cpp2801 static Value *SimplifyInsertValueInst(Value *Agg, Value *Val, in SimplifyInsertValueInst()
2828 Value *llvm::SimplifyInsertValueInst(Value *Agg, Value *Val, in SimplifyInsertValueInst()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2003 Value *Agg = EV.getAggregateOperand(); in visitExtractValueInst() local
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp2510 Value *Agg = I.getAggregateOperand(); in visitExtractValueInst() local
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp2829 void emitSplitOps(Type *Ty, Value *&Agg, const Twine &Name) { in emitSplitOps()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp3275 SDValue Agg = getValue(Op0); in visitInsertValue() local
3319 SDValue Agg = getValue(Op0); in visitExtractValue() local