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

/external/llvm/lib/IR/
H A DConstantFold.cpp1343 static FCmpInst::Predicate evaluateFCmpRelation(Constant *V1, Constant *V2) { function
1372 FCmpInst::Predicate SwappedRelation = evaluateFCmpRelation(V2, V1);
1826 // Only call evaluateFCmpRelation if we have a constant expr to avoid
1830 switch (evaluateFCmpRelation(C1, C2)) {
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DConstantFold.cpp1521 /// evaluateFCmpRelation - This function determines if there is anything we can
1532 static FCmpInst::Predicate evaluateFCmpRelation(Constant *V1, Constant *V2) { function
1565 FCmpInst::Predicate SwappedRelation = evaluateFCmpRelation(V2, V1);
1983 switch (evaluateFCmpRelation(C1, C2)) {

Completed in 109 milliseconds