Searched refs:isValueValidForType (Results 1 – 10 of 10) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Constants.h | 198 static bool isValueValidForType(Type *Ty, uint64_t V); 199 static bool isValueValidForType(Type *Ty, int64_t V); 311 static bool isValueValidForType(Type *Ty, const APFloat &V);
|
| /src/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Constants.cpp | 1575 bool ConstantInt::isValueValidForType(Type *Ty, uint64_t Val) { in isValueValidForType() function in ConstantInt 1582 bool ConstantInt::isValueValidForType(Type *Ty, int64_t Val) { in isValueValidForType() function in ConstantInt 1589 bool ConstantFP::isValueValidForType(Type *Ty, const APFloat& Val) { in isValueValidForType() function in ConstantFP
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 4248 if (!ConstantInt::isValueValidForType(IntTy, Factor)) in GenerateICmpZeroScales() 4263 !ConstantInt::isValueValidForType(IntTy, NewBaseOffset.getFixedValue())) in GenerateICmpZeroScales() 4275 !ConstantInt::isValueValidForType(IntTy, Offset.getFixedValue())) in GenerateICmpZeroScales() 4313 if (!IntTy->isPointerTy() && !ConstantInt::isValueValidForType( in GenerateICmpZeroScales()
|
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGNodes.h | 1746 static bool isValueValidForType(EVT VT, const APFloat& Val);
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 1181 !ConstantInt::isValueValidForType(IntptrTy, SizeValue)) in visitIntrinsicInst()
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprScalar.cpp | 2023 assert(llvm::ConstantInt::isValueValidForType(I32Ty, C->getZExtValue()) && in getAsInt32()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 338 if (ConstantFPSDNode::isValueValidForType(SVT, APF) && in ExpandConstantFP()
|
| H A D | SelectionDAG.cpp | 128 bool ConstantFPSDNode::isValueValidForType(EVT VT, in isValueValidForType() function in ConstantFPSDNode
|
| /src/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 6126 !ConstantFP::isValueValidForType(Ty, ID.APFloatVal)) in convertValIDToValue()
|
| /src/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 58617 if (ConstantInt::isValueValidForType(Type::getInt32Ty(*DAG.getContext()), in LowerAsmOperandForConstraint() 58651 if (ConstantInt::isValueValidForType(Type::getInt32Ty(*DAG.getContext()), in LowerAsmOperandForConstraint()
|