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

Declarations

include/llvm/IR/Constants.h
  184   static bool isValueValidForType(Type *Ty, uint64_t V);

References

lib/Target/X86/X86ISelLowering.cpp
45706       if (ConstantInt::isValueValidForType(Type::getInt32Ty(*DAG.getContext()),
lib/Transforms/Instrumentation/AddressSanitizer.cpp
 1058         !ConstantInt::isValueValidForType(IntptrTy, SizeValue))
tools/clang/lib/CodeGen/CGExprScalar.cpp
 1767       assert(llvm::ConstantInt::isValueValidForType(I32Ty,