Home
last modified time | relevance | path

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

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