reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGExprScalar.cpp
 2431       llvm::Value *amt = llvm::ConstantInt::get(value->getType(), amount, true);
 2453       llvm::Value *amt = Builder.getInt32(amount);
 2466       llvm::Value *amt = Builder.getInt32(amount);
 2478       llvm::Value *amt = llvm::ConstantInt::get(value->getType(), amount);
 2484                   llvm::ConstantFP::get(value->getType(), amount),
 2507                                   llvm::APFloat(static_cast<float>(amount)));
 2510                                   llvm::APFloat(static_cast<double>(amount)));
 2513       llvm::APFloat F(static_cast<float>(amount));