Lines Matching defs:zero
262 // made a zero entry PHI node, which is illegal, zap it now.
961 /// emitNonZeroVLAInit - Emit the "zero" initialization of a
962 /// variable-length array whose elements have a non-zero bit-pattern.
1037 // Don't bother emitting a zero-byte memset.
1060 // If the type contains a pointer to data member we can't memset it to zero.
1062 // TODO: there are other patterns besides zero that we can usefully memset,
1085 // Otherwise, just memset the whole thing to zero. This is legal
1155 llvm::ConstantInt *zero = Builder.getInt32(0);
1156 gepIndices.push_back(zero);
1169 gepIndices.push_back(zero);
1321 // greater than zero.
1324 llvm::Value *Zero = llvm::Constant::getNullValue(Size->getType());
1329 EmitCheck(Builder.CreateICmpSGT(Size, Zero),