Home | History | Annotate | Download | only in Scalar

Lines Matching defs:Operands

435       // because they have potentially new operands.
672 // Look at all of the executable operands of the PHI node. If any of them
676 // If there are no executable operands, the PHI remains undefined.
870 // Otherwise, one of our operands is overdefined. Try to produce something
924 // If operands are still undefined, wait for it to resolve.
999 // Handle getelementptr instructions. If all operands are constants then we
1005 SmallVector<Constant*, 8> Operands;
1006 Operands.reserve(I.getNumOperands());
1011 return; // Operands are not resolved yet.
1017 Operands.push_back(State.getConstant());
1020 Constant *Ptr = Operands[0];
1021 ArrayRef<Constant *> Indices(Operands.begin() + 1, Operands.end());
1105 SmallVector<Constant*, 8> Operands;
1111 return; // Operands are not resolved yet.
1115 Operands.push_back(State.getConstant());
1120 if (Constant *C = ConstantFoldCall(F, Operands, TLI))
1271 // tracked as precisely as their operands.
1344 // Both operands undef -> undef
1353 // Both operands undef -> undef