Searched refs:isF128SoftLibCall (Results 1 – 3 of 3) sorted by relevance
17 static bool isF128SoftLibCall(const char *CallSym) { in isF128SoftLibCall() function54 return (ES && Ty->isIntegerTy(128) && isF128SoftLibCall(ES->getSymbol())); in originalTypeIsF128()
16 static bool isF128SoftLibCall(const char *CallSym) { in isF128SoftLibCall() function50 return (Func && Ty->isIntegerTy(128) && isF128SoftLibCall(Func)); in originalTypeIsF128()