Lines Matching defs:FalseValue
7132 APInt FalseValue;
7171 FalseValue = *FalseVal;
7181 FalseValue = FalseValue.trunc(BitWidth);
7185 FalseValue = FalseValue.zext(BitWidth);
7189 FalseValue = FalseValue.sext(BitWidth);
7195 FalseValue += Offset;
7226 const SCEV *FalseStart = this->getConstant(StartPattern.FalseValue);
7227 const SCEV *FalseStep = this->getConstant(StepPattern.FalseValue);