Home
last modified time | relevance | path

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

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