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

/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DConstantFold.cpp1259 /// evaluateFCmpRelation - This function determines if there is anything we can
1270 static FCmpInst::Predicate evaluateFCmpRelation(Constant *V1, Constant *V2) { function
1299 FCmpInst::Predicate SwappedRelation = evaluateFCmpRelation(V2, V1);
1713 switch (evaluateFCmpRelation(C1, C2)) {

Completed in 100 milliseconds