Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.td326 class isIntType<ValueType SrcVT> {
2433 field bit HasSrc0IntMods = isIntType<Src0VT>.ret;
2434 field bit HasSrc1IntMods = isIntType<Src1VT>.ret;
2435 field bit HasSrc2IntMods = isIntType<Src2VT>.ret;
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h4708 bool isIntType() const { in isIntType() function
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp8773 assert(!E->isIntType() && "SourceLocExpr isn't a pointer type?"); in VisitSourceLocExpr()