Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DConstants.h148 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 DConstants.cpp1271 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 DLoopStrengthReduce.cpp3521 !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 DSelectionDAGNodes.h1444 static bool isValueValidForType(EVT VT, const APFloat& Val);
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp623 !ConstantInt::isValueValidForType(IntptrTy, SizeValue)) in visitIntrinsicInst()
/minix3/external/bsd/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp3152 !ConstantFP::isValueValidForType(Ty, ID.APFloatVal)) in ConvertValIDToValue()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp260 if (ConstantFPSDNode::isValueValidForType(SVT, CFP->getValueAPF()) && in ExpandConstantFP()
H A DSelectionDAG.cpp78 bool ConstantFPSDNode::isValueValidForType(EVT VT, in isValueValidForType() function in ConstantFPSDNode
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp26488 if (ConstantInt::isValueValidForType(Type::getInt32Ty(*DAG.getContext()), in LowerAsmOperandForConstraint()
26502 if (ConstantInt::isValueValidForType(Type::getInt32Ty(*DAG.getContext()), in LowerAsmOperandForConstraint()