Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h712 Instruction *foldSelectExtConst(SelectInst &Sel);
H A DInstCombineSelect.cpp2069 Instruction *InstCombinerImpl::foldSelectExtConst(SelectInst &Sel) { in foldSelectExtConst() function in InstCombinerImpl
3532 if (Instruction *I = foldSelectExtConst(SI)) in visitSelectInst()