Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantFold.cpp1614 static FCmpInst::Predicate evaluateFCmpRelation(Constant *V1, Constant *V2) { in evaluateFCmpRelation() function
1644 FCmpInst::Predicate SwappedRelation = evaluateFCmpRelation(V2, V1); in evaluateFCmpRelation()
2136 switch (evaluateFCmpRelation(C1, C2)) { in ConstantFoldCompareInstruction()