Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.td275 class isIntType<ValueType SrcVT> {
2121 field bit HasSrc0IntMods = isIntType<Src0VT>.ret;
2122 field bit HasSrc1IntMods = isIntType<Src1VT>.ret;
2123 field bit HasSrc2IntMods = isIntType<Src2VT>.ret;
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4707 bool isIntType() const LLVM_READONLY { return !isStringType(); } in isIntType() function