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

/external/llvm/lib/IR/
H A DConstants.cpp1195 // isValueValidForType implementations
1197 bool ConstantInt::isValueValidForType(Type *Ty, uint64_t Val) { function in class:ConstantInt
1207 bool ConstantInt::isValueValidForType(Type *Ty, int64_t Val) { function in class:ConstantInt
1218 bool ConstantFP::isValueValidForType(Type *Ty, const APFloat& Val) { function in class:ConstantFP
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp77 bool ConstantFPSDNode::isValueValidForType(EVT VT, function in class:ConstantFPSDNode

Completed in 49 milliseconds