Home
last modified time | relevance | path

Searched defs:isValueValidForType (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/IR/
H A DConstants.cpp1575 bool ConstantInt::isValueValidForType(Type *Ty, uint64_t Val) { isValueValidForType() function in ConstantInt
1582 bool ConstantInt::isValueValidForType(Type *Ty, int64_t Val) { isValueValidForType() function in ConstantInt
1589 bool ConstantFP::isValueValidForType(Type *Ty, const APFloat& Val) { isValueValidForType() function in ConstantFP
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp127 bool ConstantFPSDNode::isValueValidForType(EVT VT, isValueValidForType() function in ConstantFPSDNode