Searched refs:isTypeOf (Results 1 – 3 of 3) sorted by relevance
88 bool isSpecial() const { return isTypeOf() || isVariadicPack(); } in isSpecial()89 bool isTypeOf() const { return Kind == PT_TypeOf; } in isTypeOf() function
87 assert(isTypeOf()); in getTypeOfOpName()452 if (Ty.isTypeOf() && !VerifyTypeOfOperand(Ty)) in check()
995 assert(PT.isTypeOf()); in getLLTCodeGenOrTempType()1126 if (Op.getType().isTypeOf()) { in typecheckPatterns()