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

  /external/llvm/include/llvm/IR/
Constants.h 153 static bool isValueValidForType(Type *Ty, uint64_t V);
154 static bool isValueValidForType(Type *Ty, int64_t V);
262 /// isValueValidForType - return true if Ty is big enough to represent V.
263 static bool isValueValidForType(Type *Ty, const APFloat &V);
    [all...]
  /external/llvm/lib/IR/
Constants.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 459 !ConstantInt::isValueValidForType(IntptrTy, SizeValue))
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 270 if (ConstantFPSDNode::isValueValidForType(SVT, CFP->getValueAPF()) &&
    [all...]
SelectionDAG.cpp 79 bool ConstantFPSDNode::isValueValidForType(EVT VT,
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 120 milliseconds