Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DInstructionSimplify.cpp68 static Value *foldSelectWithBinaryOp(Value *Cond, Value *TrueVal, in foldSelectWithBinaryOp() function
4032 if (Value *V = foldSelectWithBinaryOp(Cond, TrueVal, FalseVal)) in SimplifySelectInst()