Lines Matching refs:Operands
429 // because they have potentially new operands.
667 // Look at all of the executable operands of the PHI node. If any of them
671 // If there are no executable operands, the PHI remains undefined.
862 // Otherwise, one of our operands is overdefined. Try to produce something
916 // If operands are still undefined, wait for it to resolve.
991 // Handle getelementptr instructions. If all operands are constants then we
997 SmallVector<Constant*, 8> Operands;
998 Operands.reserve(I.getNumOperands());
1003 return; // Operands are not resolved yet.
1009 Operands.push_back(State.getConstant());
1012 Constant *Ptr = Operands[0];
1013 ArrayRef<Constant *> Indices(Operands.begin() + 1, Operands.end());
1097 SmallVector<Constant*, 8> Operands;
1103 return; // Operands are not resolved yet.
1107 Operands.push_back(State.getConstant());
1112 if (Constant *C = ConstantFoldCall(F, Operands, TLI))
1261 // tracked as precisely as their operands.
1334 // Both operands undef -> undef
1343 // Both operands undef -> undef