Searched defs:isValueValidForType (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp122 bool ConstantFPSDNode::isValueValidForType(EVT VT, function in class:ConstantFPSDNode
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1349 bool ConstantInt::isValueValidForType(Type *Ty, uint64_t Val) { function in class:ConstantInt
1356 bool ConstantInt::isValueValidForType(Type *Ty, int64_t Val) { function in class:ConstantInt
1363 bool ConstantFP::isValueValidForType(Type *Ty, const APFloat& Val) { function in class:ConstantFP

Completed in 173 milliseconds