Searched refs:isFunctionTy (Results 1 – 11 of 11) sorted by relevance
383 return !RetTy->isFunctionTy() && !RetTy->isLabelTy() && in isValidReturnType()598 !ElemTy->isMetadataTy() && !ElemTy->isFunctionTy(); in isValidElementType()691 !ElemTy->isMetadataTy() && !ElemTy->isFunctionTy(); in isValidElementType()
1946 !cast<PointerType>(RetTy)->getElementType()->isFunctionTy())) { in printInstruction()1985 !cast<PointerType>(RetTy)->getElementType()->isFunctionTy())) { in printInstruction()
1531 Assert1(FPTy->getElementType()->isFunctionTy(), in VerifyCallSite()
205 bool isFunctionTy() const { return getTypeID() == FunctionTyID; } in isFunctionTy() function
387 IsNonLocalFunction = GV->getType()->getElementType()->isFunctionTy() && in EmitInstruction()429 if (GValue->getType()->getElementType()->isFunctionTy() || in EmitInstruction()461 IsNonLocalFunction = GV->getType()->getElementType()->isFunctionTy() && in EmitInstruction()
1904 (GV->getType()->getElementType()->isFunctionTy() && in PPCMaterializeGV()
1475 if ((GValue->getType()->getElementType()->isFunctionTy() && in Select()
676 if (Alias.getType()->getElementType()->isFunctionTy()) in EmitEndOfAsmFile()
642 if (GV.getType()->getElementType()->isFunctionTy()) in getSymbolNMTypeChar()
835 if (Ty->isFunctionTy() || Ty->isLabelTy()) in ParseGlobal()2958 if (Ty->isFunctionTy()) in ConvertValIDToValue()
262 if (GV->getType()->getElementType()->isFunctionTy()) in getGlobalAddressWrapper()