Searched defs:hasInt128Type (Results 1 – 2 of 2) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/ | ||
H A D | TargetInfo.h | 311 virtual bool hasInt128Type() const { return getPointerWidth(0) >= 64; } // FIXME in hasInt128Type() function |
/minix3/external/bsd/llvm/dist/clang/lib/Basic/ | ||
H A D | Targets.cpp | 3605 bool hasInt128Type() const override { return true; } in hasInt128Type() function in __anon2c8a49781511::X86_64TargetInfo |