Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DInstructionSimplify.cpp4517 static Value *simplifySelectWithFCmp(Value *Cond, Value *T, Value *F, in simplifySelectWithFCmp() function
4703 if (Value *V = simplifySelectWithFCmp(Cond, TrueVal, FalseVal, Q)) in simplifySelectInst()