reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
230 if (RHS == 0) 232 else if (RHS == 1) 237 if (RHS == 0) 240 else if (RHS == 1) 245 if (RHS == 0) 248 else if (RHS == 1) 257 if (RHS == 0) 262 if (RHS == 0) 264 else if (RHS.isAllOnesValue()) 269 if (RHS == 0) 271 else if (RHS.isAllOnesValue()) { 272 const llvm::APSInt &Result = BasicVals.Convert(resultTy, RHS); 286 const llvm::APSInt *ConvertedRHS = &RHS; 293 uint64_t ValWidth = RHS.getBitWidth(); 298 ConvertedRHS = &BasicVals.Convert(SymbolType, RHS); 303 if (RHS.isSigned() && !SymbolType->isSignedIntegerOrEnumerationType()) 304 ConvertedRHS = &BasicVals.Convert(SymbolType, RHS); 307 ConvertedRHS = &BasicVals.Convert(resultTy, RHS);