Searched refs:executeFCMP_OLT (Results 1 – 1 of 1) sorted by relevance
484 static GenericValue executeFCMP_OLT(GenericValue Src1, GenericValue Src2, in executeFCMP_OLT() function575 IMPLEMENT_VECTOR_UNORDERED(Ty, Src1, Src2, executeFCMP_OLT) in executeFCMP_ULT()576 return executeFCMP_OLT(Src1, Src2, Ty); in executeFCMP_ULT()688 case FCmpInst::FCMP_OLT: R = executeFCMP_OLT(Src1, Src2, Ty); break; in visitFCmpInst()