Searched defs:isPointer (Results 1 – 6 of 6) sorted by relevance
81 explicit LLT(bool isPointer, bool isVector, uint16_t NumElements, in LLT()93 bool isPointer() const { return isValid() && IsPointer && !IsVector; } in isPointer() function
80 LegalityPredicate LegalityPredicates::isPointer(unsigned TypeIdx) { in isPointer() function in LegalityPredicates86 LegalityPredicate LegalityPredicates::isPointer(unsigned TypeIdx, in isPointer() function in LegalityPredicates
468 const AddressSpace *SymbolEnv::isPointer(VarField x) const in isPointer() function in SymbolEnv
121 const AddressSpace *isPointer = nullptr; member
125 bool isPointer() const { return IsPointer; } in isPointer() function
206 bool isPointer(Id resultId) const { return isPointerType(getTypeId(resultId)); } in isPointer() function