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.h733 Instruction *foldSelectOfBools(SelectInst &SI);
H A DInstCombineSelect.cpp3122 Instruction *InstCombinerImpl::foldSelectOfBools(SelectInst &SI) { in foldSelectOfBools() function in InstCombinerImpl
3617 if (Instruction *R = foldSelectOfBools(SI)) in visitSelectInst()