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

  /external/llvm/lib/IR/
Constants.cpp     [all...]
  /external/swiftshader/third_party/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/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 88 bool ConstantFPSDNode::isValueValidForType(EVT VT,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 79 bool ConstantFPSDNode::isValueValidForType(EVT VT,
    [all...]

Completed in 762 milliseconds