Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h734 Instruction *foldSelectExtConst(SelectInst &Sel);
H A DInstCombineSelect.cpp1952 Instruction *InstCombinerImpl::foldSelectExtConst(SelectInst &Sel) { in foldSelectExtConst() function in InstCombinerImpl
2914 if (Instruction *I = foldSelectExtConst(SI)) in visitSelectInst()