Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h910 Instruction *foldSelectExtConst(SelectInst &Sel);
H A DInstCombineSelect.cpp1281 Instruction *InstCombiner::foldSelectExtConst(SelectInst &Sel) { in foldSelectExtConst() function in InstCombiner
1808 if (Instruction *I = foldSelectExtConst(SI)) in visitSelectInst()