Searched refs:IsPtrType (Results 1 – 1 of 1) sorted by relevance
503 bool IsPtrType = LHSTy->isPointerTy() || RHSTy->isPointerTy(); in createOpICmp() local504 bool UseUnsignedCmp = IsPtrType && !HasNonAddressOfOperand; in createOpICmp()