Searched refs:IsTarget64Bit (Results 1 – 2 of 2) sorted by relevance
1478 bool IsTarget64Bit = Context.getTargetInfo() in CheckPPCBuiltinFunctionCall() local1487 if (Is64BitBltin && !IsTarget64Bit) in CheckPPCBuiltinFunctionCall()
3234 bool IsTarget64Bit = TI.getTypeWidth(TI.getIntPtrType()) == 64; in CheckPPCBuiltinFunctionCall() local3240 if (Is64BitBltin && !IsTarget64Bit) in CheckPPCBuiltinFunctionCall()