Searched refs:isTypeCongruent (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DVerifier.cpp2498 static bool isTypeCongruent(Type *L, Type *R) { function
2535 Assert(isTypeCongruent(CallerTy->getReturnType(), CalleeTy->getReturnType()),
2539 isTypeCongruent(CallerTy->getParamType(I), CalleeTy->getParamType(I)),

Completed in 60 milliseconds