reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
265 unsigned BitWidth = IntTy->getScalarSizeInBits(); 267 Value *Zero = ConstantInt::get(IntTy, 0); 268 Value *One = ConstantInt::get(IntTy, 1); 269 Value *NegOne = ConstantInt::get(IntTy, -1);