HomeSort by relevance Sort by last modified time
    Searched defs:isValueValidForType (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/VMCore/
Constants.cpp 908 // isValueValidForType implementations
910 bool ConstantInt::isValueValidForType(Type *Ty, uint64_t Val) {
920 bool ConstantInt::isValueValidForType(Type *Ty, int64_t Val)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 88 bool ConstantFPSDNode::isValueValidForType(EVT VT,
    [all...]

Completed in 27 milliseconds