Home
last modified time | relevance | path

Searched refs:cmpType (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/docs/
H A DMergeFunctions.rst298 2. Function type. Checked by ``FunctionComparator::cmpType(Type*, Type*)``
324 FunctionComparator::cmpType
530 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 if
636 3. Compare operation types, use *cmpType*. All the same – if types are
/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp2603 auto cmpType = getCmp().getType(); in verify() local
2605 if (cmpType != ptrType.getElementType() || cmpType != valType) in verify()