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

/freebsd-10-stable/contrib/llvm/lib/IR/
H A DConstants.cpp1159 bool ConstantInt::isValueValidForType(Type *Ty, uint64_t Val) { function in class:ConstantInt
1169 bool ConstantInt::isValueValidForType(Type *Ty, int64_t Val) { function in class:ConstantInt
1180 bool ConstantFP::isValueValidForType(Type *Ty, const APFloat& Val) { function in class:ConstantFP
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp78 bool ConstantFPSDNode::isValueValidForType(EVT VT, function in class:ConstantFPSDNode

Completed in 96 milliseconds