Lines Matching defs:IF
5272 Function *IF = Call.getCalledFunction();
5273 Check(IF->isDeclaration(), "Intrinsic functions should never be defined!",
5274 IF);
5278 FunctionType *IFTy = IF->getFunctionType();
5290 "Intrinsic has incorrect return type!", IF);
5292 "Intrinsic has incorrect argument type!", IF);
5297 "Intrinsic was not defined with variable arguments!", IF);
5300 "Callsite was not defined with variable arguments!", IF);
5303 Check(TableRef.empty(), "Intrinsic has too few arguments!", IF);
5310 Intrinsic::getName(ID, ArgTys, IF->getParent(), IFTy);
5311 Check(ExpectedName == IF->getName(),
5315 IF);
5996 Function *IF = Call.getCalledFunction();
6055 "Result type must be an integer or floating-point type!", IF);
6061 IF);
6067 IF);
6075 "Stride must be greater or equal than the number of rows!", IF);