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

/external/llvm/lib/VMCore/
H A DConstantFold.cpp1261 /// evaluateFCmpRelation - This function determines if there is anything we can
1272 static FCmpInst::Predicate evaluateFCmpRelation(Constant *V1, Constant *V2) { function
1305 FCmpInst::Predicate SwappedRelation = evaluateFCmpRelation(V2, V1);
1724 switch (evaluateFCmpRelation(C1, C2)) {

Completed in 57 milliseconds