Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DConstants.h185 static bool isValueValidForType(Type *Ty, uint64_t V);
186 static bool isValueValidForType(Type *Ty, int64_t V);
302 static bool isValueValidForType(Type *Ty, const APFloat &V);
/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstants.cpp1267 bool ConstantInt::isValueValidForType(Type *Ty, uint64_t Val) { in isValueValidForType() function in ConstantInt
1274 bool ConstantInt::isValueValidForType(Type *Ty, int64_t Val) { in isValueValidForType() function in ConstantInt
1281 bool ConstantFP::isValueValidForType(Type *Ty, const APFloat& Val) { in isValueValidForType() function in ConstantFP
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3829 !ConstantInt::isValueValidForType(IntTy, NewBaseOffset)) in GenerateICmpZeroScales()
3841 !ConstantInt::isValueValidForType(IntTy, Offset)) in GenerateICmpZeroScales()
3880 !ConstantInt::isValueValidForType(IntTy, F.UnfoldedOffset)) in GenerateICmpZeroScales()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1578 static bool isValueValidForType(EVT VT, const APFloat& Val);
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1018 !ConstantInt::isValueValidForType(IntptrTy, SizeValue)) in visitIntrinsicInst()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp1767 assert(llvm::ConstantInt::isValueValidForType(I32Ty, in getAsInt32()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp301 if (ConstantFPSDNode::isValueValidForType(SVT, APF) && in ExpandConstantFP()
H A DSelectionDAG.cpp118 bool ConstantFPSDNode::isValueValidForType(EVT VT, in isValueValidForType() function in ConstantFPSDNode
/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp5033 !ConstantFP::isValueValidForType(Ty, ID.APFloatVal)) in ConvertValIDToValue()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp42218 if (ConstantInt::isValueValidForType(Type::getInt32Ty(*DAG.getContext()), in LowerAsmOperandForConstraint()
42232 if (ConstantInt::isValueValidForType(Type::getInt32Ty(*DAG.getContext()), in LowerAsmOperandForConstraint()