Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h711 Instruction *foldSelectOfBools(SelectInst &SI);
H A DInstCombineSelect.cpp2937 Instruction *InstCombinerImpl::foldSelectOfBools(SelectInst &SI) { in foldSelectOfBools() function in InstCombinerImpl
3396 if (Instruction *R = foldSelectOfBools(SI)) in visitSelectInst()