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

  /external/llvm/include/llvm/
Constants.h 153 static bool isValueValidForType(Type *Ty, uint64_t V);
154 static bool isValueValidForType(Type *Ty, int64_t V);
263 /// isValueValidForType - return true if Ty is big enough to represent V.
264 static bool isValueValidForType(Type *Ty, const APFloat &V);
    [all...]
  /external/llvm/lib/VMCore/
Constants.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 267 if (ConstantFPSDNode::isValueValidForType(SVT, CFP->getValueAPF()) &&
    [all...]
SelectionDAG.cpp 90 bool ConstantFPSDNode::isValueValidForType(EVT VT,
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 168 milliseconds