Searched refs:isValueValidForType (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/IR/
H A DConstants.h152 static bool isValueValidForType(Type *Ty, uint64_t V);
153 static bool isValueValidForType(Type *Ty, int64_t V);
261 /// isValueValidForType - return true if Ty is big enough to represent V.
262 static bool isValueValidForType(Type *Ty, const APFloat &V);
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DConstants.cpp1157 // isValueValidForType implementations
1159 bool ConstantInt::isValueValidForType(Type *Ty, uint64_t Val) { function in class:ConstantInt
1169 bool ConstantInt::isValueValidForType(Type *Ty, int64_t Val) { function in class:ConstantInt
1180 bool ConstantFP::isValueValidForType(Type *Ty, const APFloat& Val) { function in class:ConstantFP
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3395 !ConstantInt::isValueValidForType(IntTy, NewBaseOffset))
3407 !ConstantInt::isValueValidForType(IntTy, Offset))
3445 !ConstantInt::isValueValidForType(IntTy, F.UnfoldedOffset))
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1305 static bool isValueValidForType(EVT VT, const APFloat& Val);
/freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp502 !ConstantInt::isValueValidForType(IntptrTy, SizeValue))
/freebsd-10-stable/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp2826 !ConstantFP::isValueValidForType(Ty, ID.APFloatVal))
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp274 if (ConstantFPSDNode::isValueValidForType(SVT, CFP->getValueAPF()) &&
H A DSelectionDAG.cpp78 bool ConstantFPSDNode::isValueValidForType(EVT VT, function in class:ConstantFPSDNode
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp19636 if (ConstantInt::isValueValidForType(Type::getInt32Ty(*DAG.getContext()),
19650 if (ConstantInt::isValueValidForType(Type::getInt32Ty(*DAG.getContext()),

Completed in 465 milliseconds