Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1504 bool ConstantInt::isValueValidForType(Type *Ty, uint64_t Val) { isValueValidForType() function in ConstantInt
1511 bool ConstantInt::isValueValidForType(Type *Ty, int64_t Val) { isValueValidForType() function in ConstantInt
1518 bool ConstantFP::isValueValidForType(Type *Ty, const APFloat& Val) { isValueValidForType() function in ConstantFP
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp126 bool ConstantFPSDNode::isValueValidForType(EVT VT, isValueValidForType() function in ConstantFPSDNode