Home
last modified time | relevance | path

Searched refs:isValueValidForType (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DConstant.cpp83 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 DConstants.h206 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 DConstant.h182 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 DConstants.cpp1601 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 DLoopStrengthReduce.cpp4223 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 DSelectionDAGNodes.h1836 LLVM_ABI static bool isValueValidForType(EVT VT, const APFloat &Val);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1231 !ConstantInt::isValueValidForType(IntptrTy, SizeValue)) in visitIntrinsicInst()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp2109 assert(llvm::ConstantInt::isValueValidForType(I32Ty, C->getZExtValue()) && in getAsInt32()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp348 if (ConstantFPSDNode::isValueValidForType(SVT, APF) && in ExpandConstantFP()
H A DSelectionDAG.cpp135 bool ConstantFPSDNode::isValueValidForType(EVT VT, in isValueValidForType() function in ConstantFPSDNode
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6426 !ConstantFP::isValueValidForType(Ty, ID.APFloatVal)) in convertValIDToValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp61384 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 DDemangleTestCases.inc15005 …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 …