Home
last modified time | relevance | path

Searched refs:isF128SoftLibCall (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCCState.cpp15 bool MipsCCState::isF128SoftLibCall(const char *CallSym) { in isF128SoftLibCall() function in MipsCCState
50 return (Func && Ty->isIntegerTy(128) && isF128SoftLibCall(Func)); in originalTypeIsF128()
H A DMipsCCState.h33 static bool isF128SoftLibCall(const char *CallSym);