Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1231 static Value *matchIsFiniteTest(InstCombiner::BuilderTy &Builder, FCmpInst *LHS, in matchIsFiniteTest() function
1310 if (Value *Left = matchIsFiniteTest(Builder, LHS, RHS)) in foldLogicOfFCmps()
1312 if (Value *Right = matchIsFiniteTest(Builder, RHS, LHS)) in foldLogicOfFCmps()