HomeSort by: relevance | last modified time | path
    Searched refs:isValueValidForType (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Constants.h 184 static bool isValueValidForType(Type *Ty, uint64_t V);
185 static bool isValueValidForType(Type *Ty, int64_t V);
294 static bool isValueValidForType(Type *Ty, const APFloat &V);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Constants.cpp 1586 // isValueValidForType implementations
1588 bool ConstantInt::isValueValidForType(Type *Ty, uint64_t Val) {
1595 bool ConstantInt::isValueValidForType(Type *Ty, int64_t Val) {
1602 bool ConstantFP::isValueValidForType(Type *Ty, const APFloat& Val) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 3911 !ConstantInt::isValueValidForType(IntTy, NewBaseOffset))
3923 !ConstantInt::isValueValidForType(IntTy, Offset))
3962 !ConstantInt::isValueValidForType(IntTy, F.UnfoldedOffset))
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 1614 static bool isValueValidForType(EVT VT, const APFloat& Val);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 1106 !ConstantInt::isValueValidForType(IntptrTy, SizeValue))
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprScalar.cpp 1775 assert(llvm::ConstantInt::isValueValidForType(I32Ty, C->getZExtValue()) &&
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 313 if (ConstantFPSDNode::isValueValidForType(SVT, APF) &&
SelectionDAG.cpp 124 bool ConstantFPSDNode::isValueValidForType(EVT VT,
  /src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp 5605 !ConstantFP::isValueValidForType(Ty, ID.APFloatVal))
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 101 milliseconds