Searched refs:argLLVMType (Results 1 – 1 of 1) sorted by relevance
1501 auto argLLVMType = argType.dyn_cast<LLVMType>(); in verify() local1502 if (!argLLVMType) in verify()1505 if (op.getType().getFunctionParamType(i) != argLLVMType) in verify()