Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DConstants.cpp1273 bool ConstantInt::isValueValidForType(Type *Ty, uint64_t Val) { in isValueValidForType() function in ConstantInt
1283 bool ConstantInt::isValueValidForType(Type *Ty, int64_t Val) { in isValueValidForType() function in ConstantInt
1294 bool ConstantFP::isValueValidForType(Type *Ty, const APFloat& Val) { in isValueValidForType() function in ConstantFP
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp78 bool ConstantFPSDNode::isValueValidForType(EVT VT, in isValueValidForType() function in ConstantFPSDNode