Searched refs:isValueValidForType (Results 1 – 9 of 9) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Constants.h | 148 static bool isValueValidForType(Type *Ty, uint64_t V); 149 static bool isValueValidForType(Type *Ty, int64_t V); 258 static bool isValueValidForType(Type *Ty, const APFloat &V);
|
| /minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
| H A D | Constants.cpp | 1271 bool ConstantInt::isValueValidForType(Type *Ty, uint64_t Val) { in isValueValidForType() function in ConstantInt 1281 bool ConstantInt::isValueValidForType(Type *Ty, int64_t Val) { in isValueValidForType() function in ConstantInt 1292 bool ConstantFP::isValueValidForType(Type *Ty, const APFloat& Val) { in isValueValidForType() function in ConstantFP
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 3521 !ConstantInt::isValueValidForType(IntTy, NewBaseOffset)) in GenerateICmpZeroScales() 3533 !ConstantInt::isValueValidForType(IntTy, Offset)) in GenerateICmpZeroScales() 3571 !ConstantInt::isValueValidForType(IntTy, F.UnfoldedOffset)) in GenerateICmpZeroScales()
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGNodes.h | 1444 static bool isValueValidForType(EVT VT, const APFloat& Val);
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 623 !ConstantInt::isValueValidForType(IntptrTy, SizeValue)) in visitIntrinsicInst()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 3152 !ConstantFP::isValueValidForType(Ty, ID.APFloatVal)) in ConvertValIDToValue()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 260 if (ConstantFPSDNode::isValueValidForType(SVT, CFP->getValueAPF()) && in ExpandConstantFP()
|
| H A D | SelectionDAG.cpp | 78 bool ConstantFPSDNode::isValueValidForType(EVT VT, in isValueValidForType() function in ConstantFPSDNode
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 26488 if (ConstantInt::isValueValidForType(Type::getInt32Ty(*DAG.getContext()), in LowerAsmOperandForConstraint() 26502 if (ConstantInt::isValueValidForType(Type::getInt32Ty(*DAG.getContext()), in LowerAsmOperandForConstraint()
|