Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.td328 class isIntType<ValueType SrcVT> {
2484 field bit HasSrc0IntMods = isIntType<Src0VT>.ret;
2485 field bit HasSrc1IntMods = isIntType<Src1VT>.ret;
2486 field bit HasSrc2IntMods = isIntType<Src2VT>.ret;
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExpr.h4715 bool isIntType() const { in isIntType() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp8792 assert(!E->isIntType() && "SourceLocExpr isn't a pointer type?"); in VisitSourceLocExpr()