Home
last modified time | relevance | path

Searched defs:isValueValidForType (Results 1 – 3 of 3) 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
86 bool ConstantInt::isValueValidForType(Type *Ty, int64_t V) { in isValueValidForType() function in llvm::sandboxir::ConstantInt
134 bool ConstantFP::isValueValidForType(Type *Ty, const APFloat &V) { in isValueValidForType() function in llvm::sandboxir::ConstantFP
/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/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp135 bool ConstantFPSDNode::isValueValidForType(EVT VT, in isValueValidForType() function in ConstantFPSDNode