Searched refs:isValueValidForType (Results 1 – 9 of 9) sorted by relevance
/external/llvm/include/llvm/IR/ |
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);
|
/external/llvm/lib/IR/ |
D | Constants.cpp | 1273 bool ConstantInt::isValueValidForType(Type *Ty, uint64_t Val) { in isValueValidForType() function in ConstantInt 1283 bool ConstantInt::isValueValidForType(Type *Ty, int64_t Val) { in isValueValidForType() function in ConstantInt 1294 bool ConstantFP::isValueValidForType(Type *Ty, const APFloat& Val) { in isValueValidForType() function in ConstantFP
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 3518 !ConstantInt::isValueValidForType(IntTy, NewBaseOffset)) in GenerateICmpZeroScales() 3530 !ConstantInt::isValueValidForType(IntTy, Offset)) in GenerateICmpZeroScales() 3568 !ConstantInt::isValueValidForType(IntTy, F.UnfoldedOffset)) in GenerateICmpZeroScales()
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 1427 static bool isValueValidForType(EVT VT, const APFloat& Val);
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 668 !ConstantInt::isValueValidForType(IntptrTy, SizeValue)) in visitIntrinsicInst()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 3934 !ConstantFP::isValueValidForType(Ty, ID.APFloatVal)) in ConvertValIDToValue()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 260 if (ConstantFPSDNode::isValueValidForType(SVT, CFP->getValueAPF()) && in ExpandConstantFP()
|
D | SelectionDAG.cpp | 78 bool ConstantFPSDNode::isValueValidForType(EVT VT, in isValueValidForType() function in ConstantFPSDNode
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 24388 if (ConstantInt::isValueValidForType(Type::getInt32Ty(*DAG.getContext()), in LowerAsmOperandForConstraint() 24402 if (ConstantInt::isValueValidForType(Type::getInt32Ty(*DAG.getContext()), in LowerAsmOperandForConstraint()
|