| /freebsd/contrib/llvm-project/llvm/lib/SandboxIR/ |
| H A D | Constant.cpp | 83 bool ConstantInt::isValueValidForType(Type *Ty, uint64_t V) { in isValueValidForType() function in llvm::sandboxir::ConstantInt 84 return llvm::ConstantInt::isValueValidForType(Ty->LLVMTy, V); in isValueValidForType() 86 bool ConstantInt::isValueValidForType(Type *Ty, int64_t V) { in isValueValidForType() function in llvm::sandboxir::ConstantInt 87 return llvm::ConstantInt::isValueValidForType(Ty->LLVMTy, V); in isValueValidForType() 134 bool ConstantFP::isValueValidForType(Type *Ty, const APFloat &V) { in isValueValidForType() function in llvm::sandboxir::ConstantFP 135 return llvm::ConstantFP::isValueValidForType(Ty->LLVMTy, V); in isValueValidForType()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Constants.h | 206 LLVM_ABI static bool isValueValidForType(Type *Ty, uint64_t V); 207 LLVM_ABI static bool isValueValidForType(Type *Ty, int64_t V); 319 LLVM_ABI static bool isValueValidForType(Type *Ty, const APFloat &V);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Constant.h | 182 LLVM_ABI static bool isValueValidForType(Type *Ty, uint64_t V); 183 LLVM_ABI static bool isValueValidForType(Type *Ty, int64_t V); 291 LLVM_ABI static bool isValueValidForType(Type *Ty, const APFloat &V);
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Constants.cpp | 1601 bool ConstantInt::isValueValidForType(Type *Ty, uint64_t Val) { in isValueValidForType() function in ConstantInt 1608 bool ConstantInt::isValueValidForType(Type *Ty, int64_t Val) { in isValueValidForType() function in ConstantInt 1615 bool ConstantFP::isValueValidForType(Type *Ty, const APFloat& Val) { in isValueValidForType() function in ConstantFP
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 4223 if (!ConstantInt::isValueValidForType(IntTy, Factor)) in GenerateICmpZeroScales() 4238 !ConstantInt::isValueValidForType(IntTy, NewBaseOffset.getFixedValue())) in GenerateICmpZeroScales() 4250 !ConstantInt::isValueValidForType(IntTy, Offset.getFixedValue())) in GenerateICmpZeroScales() 4288 if (!IntTy->isPointerTy() && !ConstantInt::isValueValidForType( in GenerateICmpZeroScales()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGNodes.h | 1836 LLVM_ABI static bool isValueValidForType(EVT VT, const APFloat &Val);
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 1231 !ConstantInt::isValueValidForType(IntptrTy, SizeValue)) in visitIntrinsicInst()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprScalar.cpp | 2109 assert(llvm::ConstantInt::isValueValidForType(I32Ty, C->getZExtValue()) && in getAsInt32()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 348 if (ConstantFPSDNode::isValueValidForType(SVT, APF) && in ExpandConstantFP()
|
| H A D | SelectionDAG.cpp | 135 bool ConstantFPSDNode::isValueValidForType(EVT VT, in isValueValidForType() function in ConstantFPSDNode
|
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 6426 !ConstantFP::isValueValidForType(Ty, ID.APFloatVal)) in convertValIDToValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 61384 if (ConstantInt::isValueValidForType(Type::getInt32Ty(*DAG.getContext()), in LowerAsmOperandForConstraint() 61418 if (ConstantInt::isValueValidForType(Type::getInt32Ty(*DAG.getContext()), in LowerAsmOperandForConstraint()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 15005 …alueValidForTypeENS_3EVTERKNS_7APFloatE", "llvm::ConstantFPSDNode::isValueValidForType(llvm::EVT, … 20887 {"_ZN4llvm11ConstantInt19isValueValidForTypeEPKNS_4TypeEy", "llvm::ConstantInt::isValueValidForType… 20888 {"_ZN4llvm11ConstantInt19isValueValidForTypeEPKNS_4TypeEx", "llvm::ConstantInt::isValueValidForType… 20889 …isValueValidForTypeEPKNS_4TypeERKNS_7APFloatE", "llvm::ConstantFP::isValueValidForType(llvm::Type …
|