Searched refs:cmpType (Results 1 – 2 of 2) sorted by relevance
298 2. Function type. Checked by ``FunctionComparator::cmpType(Type*, Type*)``324 FunctionComparator::cmpType530 1. Compare constant types using ``cmpType`` method. If the result is -1 or 1,541 of ``cmpType``.602 3.4. Compare type of operands, using ``cmpType`` method. Return result if636 3. Compare operation types, use *cmpType*. All the same – if types are
2603 auto cmpType = getCmp().getType(); in verify() local2605 if (cmpType != ptrType.getElementType() || cmpType != valType) in verify()