Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsCCState.cpp17 static bool isF128SoftLibCall(const char *CallSym) { in isF128SoftLibCall() function
54 return (ES && Ty->isIntegerTy(128) && isF128SoftLibCall(ES->getSymbol())); in originalTypeIsF128()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsCCState.cpp17 static bool isF128SoftLibCall(const char *CallSym) { in isF128SoftLibCall() function
51 return (Func && Ty->isIntegerTy(128) && isF128SoftLibCall(Func)); in originalTypeIsF128()