Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1038 auto *ConstSO = dyn_cast<Constant>(SO); in constantFoldOperationIntoSelectOperand() local
1039 if (!ConstSO) in constantFoldOperationIntoSelectOperand()
1045 ConstOps.push_back(ConstSO); in constantFoldOperationIntoSelectOperand()