Home | History | Annotate | Download | only in IR

Lines Matching refs:ConstantValue

144   Value *ConstantValue = getIncomingValue(0);
146 if (getIncomingValue(i) != ConstantValue && getIncomingValue(i) != this) {
147 if (ConstantValue != this)
150 ConstantValue = getIncomingValue(i);
152 if (ConstantValue == this)
154 return ConstantValue;