Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp999 auto *ConstSO = dyn_cast<Constant>(SO); in constantFoldOperationIntoSelectOperand() local
1000 if (!ConstSO) in constantFoldOperationIntoSelectOperand()
1006 ConstOps.push_back(ConstSO); in constantFoldOperationIntoSelectOperand()