Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsCCState.cpp15 bool MipsCCState::isF128SoftLibCall(const char *CallSym) { in isF128SoftLibCall() function in MipsCCState
50 return (Func && Ty->isIntegerTy(128) && isF128SoftLibCall(Func)); in originalTypeIsF128()
DMipsCCState.h33 static bool isF128SoftLibCall(const char *CallSym);