Searched refs:callIf (Results 1 – 1 of 1) sorted by relevance
722 auto callIf = dyn_cast<cir::CIRCallOpInterface>(op); in verifyCallCommInSymbolUses() local723 assert(callIf && "expected CIR call interface to be always available"); in verifyCallCommInSymbolUses()729 unsigned numCallOperands = callIf.getNumArgOperands(); in verifyCallCommInSymbolUses()738 if (callIf.getArgOperand(i).getType() != fnType.getInput(i)) in verifyCallCommInSymbolUses()