Searched refs:SDTCisVT (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h383 SDTCisVT, SDTCisPtrTy, SDTCisInt, SDTCisFP, SDTCisVec, SDTCisSameAs, enumerator in enum:llvm::SDTypeConstraint::__anon4900
412 // The VT for SDTCisVT and SDTCVecEltisVT.
H A DCodeGenDAGPatterns.cpp1451 if (R->isSubClassOf("SDTCisVT")) {
1452 ConstraintType = SDTCisVT;
1456 PrintFatalError(R->getLoc(), "Cannot use 'Void' as type to SDTCisVT");
1548 case SDTCisVT:
1758 case SDTypeConstraint::SDTCisVT:

Completed in 108 milliseconds