|
LLVM
3.7.0
|
Go to the source code of this file.
Functions | |
| static bool | isF128SoftLibCall (const char *CallSym) |
| This function returns true if CallSym is a long double emulation routine. More... | |
| static bool | originalTypeIsF128 (const Type *Ty, const SDNode *CallNode) |
| This function returns true if Ty is fp128, {f128} or i128 which was originally a fp128. More... | |
This function returns true if CallSym is a long double emulation routine.
Definition at line 17 of file MipsCCState.cpp.
References llvm::array_lengthof(), and I.
Referenced by originalTypeIsF128().
This function returns true if Ty is fp128, {f128} or i128 which was originally a fp128.
Definition at line 47 of file MipsCCState.cpp.
References llvm::ES, llvm::Type::getStructElementType(), llvm::Type::getStructNumElements(), llvm::ExternalSymbolSDNode::getSymbol(), isF128SoftLibCall(), llvm::Type::isFP128Ty(), llvm::Type::isIntegerTy(), and llvm::Type::isStructTy().
1.8.6