Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantFolder.h142 return ConstantFoldInsertValueInstruction(CAgg, CVal, IdxList); in FoldInsertValue() local
135 if (auto *CAgg = dyn_cast<Constant>(Agg)) FoldExtractValue() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetFolder.h153 return ConstantFoldInsertValueInstruction(CAgg, CVal, IdxList); in FoldInsertValue() local
146 if (auto *CAgg = dyn_cast<Constant>(Agg)) FoldExtractValue() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5097 if (Constant *CAgg = dyn_cast<Constant>(Agg)) simplifyInsertValueInst() local
5171 if (auto *CAgg = dyn_cast<Constant>(Agg)) simplifyExtractValueInst() local