Home
last modified time | relevance | path

Searched refs:CAgg (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
DInstructionSimplify.cpp3610 if (Constant *CAgg = dyn_cast<Constant>(Agg)) in SimplifyInsertValueInst() local
3612 return ConstantFoldInsertValueInstruction(CAgg, CVal, Idxs); in SimplifyInsertValueInst()
3646 if (auto *CAgg = dyn_cast<Constant>(Agg)) in SimplifyExtractValueInst() local
3647 return ConstantFoldExtractValueInstruction(CAgg, Idxs); in SimplifyExtractValueInst()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DInstructionSimplify.cpp2279 if (Constant *CAgg = dyn_cast<Constant>(Agg)) in SimplifyInsertValueInst() local
2281 return ConstantFoldInsertValueInstruction(CAgg, CVal, Idxs); in SimplifyInsertValueInst()