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.h73 bool isSpecial() const { return isTypeOf(); } in isSpecial()
74 bool isTypeOf() const { return Kind == PT_TypeOf; } in isTypeOf() function
H A DPatterns.cpp60 assert(isTypeOf()); in getTypeOfOpName()
414 if (Ty.isTypeOf() && !VerifyTypeOfOperand(Ty)) in check()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp138 assert(PT.isTypeOf()); in getLLTCodeGenOrTempType()