Lines Matching full:issigned
330 ScalarEvolution::getConstant(Type *Ty, uint64_t V, bool isSigned) {
332 return getConstant(ConstantInt::get(ITy, V, isSigned));
6223 if (CmpInst::isSigned(Pred)) {
6389 const Loop *L, bool isSigned,
6402 (SCEV::NoWrapFlags)(((isSigned ? SCEV::FlagNSW : SCEV::FlagNUW))
6422 if (isSigned) {
6446 const SCEV *MinStart = getConstant(isSigned ?
6456 isSigned ? ICmpInst::ICMP_SLT :
6459 End = isSigned ? getSMaxExpr(RHS, Start)
6463 const SCEV *MaxEnd = getConstant(isSigned ?
6473 MaxEnd = isSigned ?