Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.td327 class isIntType<ValueType SrcVT> {
2640 field bit HasSrc0IntMods = isIntType<Src0VT>.ret;
2641 field bit HasSrc1IntMods = isIntType<Src1VT>.ret;
2642 field bit HasSrc2IntMods = isIntType<Src2VT>.ret;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4969 bool isIntType() const { in isIntType() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp9585 assert(!E->isIntType() && "SourceLocExpr isn't a pointer type?"); in VisitSourceLocExpr()