Lines Matching defs:FalseValue
7154 APInt FalseValue;
7193 FalseValue = *FalseVal;
7203 FalseValue = FalseValue.trunc(BitWidth);
7207 FalseValue = FalseValue.zext(BitWidth);
7211 FalseValue = FalseValue.sext(BitWidth);
7217 FalseValue += Offset;
7248 const SCEV *FalseStart = this->getConstant(StartPattern.FalseValue);
7249 const SCEV *FalseStep = this->getConstant(StepPattern.FalseValue);