Home
last modified time | relevance | path

Searched defs:AggC (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/llvm/include/llvm/IR/
H A DIRBuilder.h1640 if (Constant *AggC = dyn_cast<Constant>(Agg)) variable
1648 if (Constant *AggC = dyn_cast<Constant>(Agg)) variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DIRBuilder.h2565 if (auto *AggC = dyn_cast<Constant>(Agg)) variable
2573 if (auto *AggC = dyn_cast<Constant>(Agg)) variable
/aosp_15_r20/external/llvm/lib/Analysis/
H A DInlineCost.cpp831 Constant *AggC = dyn_cast<Constant>(I.getAggregateOperand()); in visitInsertValue() local