Home
last modified time | relevance | path

Searched refs:isTypeOf (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatterns.h88 bool isSpecial() const { return isTypeOf() || isVariadicPack(); } in isSpecial()
89 bool isTypeOf() const { return Kind == PT_TypeOf; } in isTypeOf() function
H A DPatterns.cpp87 assert(isTypeOf()); in getTypeOfOpName()
452 if (Ty.isTypeOf() && !VerifyTypeOfOperand(Ty)) in check()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp995 assert(PT.isTypeOf()); in getLLTCodeGenOrTempType()
1126 if (Op.getType().isTypeOf()) { in typecheckPatterns()