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

/external/llvm/lib/IR/
H A DConstants.cpp1238 // isValueValidForType implementations
1240 bool ConstantInt::isValueValidForType(Type *Ty, uint64_t Val) { function in class:ConstantInt
1250 bool ConstantInt::isValueValidForType(Type *Ty, int64_t Val) { function in class:ConstantInt
1261 bool ConstantFP::isValueValidForType(Type *Ty, const APFloat& Val) { function in class:ConstantFP
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp80 bool ConstantFPSDNode::isValueValidForType(EVT VT, function in class:ConstantFPSDNode

Completed in 160 milliseconds