Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h793 Value *foldSelectWithConstOpToBinOp(ICmpInst *Cmp, Value *TrueVal,
H A DInstCombineSelect.cpp1882 Value *InstCombinerImpl::foldSelectWithConstOpToBinOp(ICmpInst *Cmp, in foldSelectWithConstOpToBinOp() function in InstCombinerImpl
2048 if (Value *V = foldSelectWithConstOpToBinOp(ICI, TrueVal, FalseVal)) in foldSelectInstWithICmp()