Home | History | Annotate | Download | only in Scalar

Lines Matching defs:undefined

59     /// undefined - This LLVM Value has no known value yet.
60 undefined,
85 LatticeVal() : Val(nullptr, undefined) {}
87 bool isUndefined() const { return getLatticeValue() == undefined; }
379 // Undef values remain undefined.
410 ; // Undef values remain undefined.
555 if (!CI) { // Overdefined or undefined condition?
671 // If there are no executable operands, the PHI remains undefined.
702 // this is the case, the PHI remains undefined.
916 // If operands are still undefined, wait for it to resolve.
973 return; // Undefined output if mask or both inputs undefined.
1447 // Check to see if we have a branch or switch on an undefined value. If so