Searched defs:IsN64 (Results 1 – 3 of 3) sorted by relevance
38 bool IsN64() const { return ThisABI == ABI::N64; } in IsN64() function
260 bool IsN64 = Subtarget.isABI_N64(); in getFrameRegister() local
33 const unsigned IsN64 : 1; variable