Home
last modified time | relevance | path

Searched refs:IsPtrType (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/polly/lib/CodeGen/
H A DIslExprBuilder.cpp506 bool IsPtrType = LHSTy->isPointerTy() || RHSTy->isPointerTy(); in createOpICmp() local
507 bool UseUnsignedCmp = IsPtrType && !HasNonAddressOfOperand; in createOpICmp()