Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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);
296 static bool isValueValidForType(Type *Ty, const APFloat &V);
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstants.cpp1520 bool ConstantInt::isValueValidForType(Type *Ty, uint64_t Val) { in isValueValidForType() function in ConstantInt
1527 bool ConstantInt::isValueValidForType(Type *Ty, int64_t Val) { in isValueValidForType() function in ConstantInt
1534 bool ConstantFP::isValueValidForType(Type *Ty, const APFloat& Val) { in isValueValidForType() function in ConstantFP
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp4000 if (!ConstantInt::isValueValidForType(IntTy, Factor)) in GenerateICmpZeroScales()
4011 !ConstantInt::isValueValidForType(IntTy, NewBaseOffset)) in GenerateICmpZeroScales()
4023 !ConstantInt::isValueValidForType(IntTy, Offset)) in GenerateICmpZeroScales()
4062 !ConstantInt::isValueValidForType(IntTy, F.UnfoldedOffset)) in GenerateICmpZeroScales()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1674 static bool isValueValidForType(EVT VT, const APFloat& Val);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1079 !ConstantInt::isValueValidForType(IntptrTy, SizeValue)) in visitIntrinsicInst()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprScalar.cpp1838 assert(llvm::ConstantInt::isValueValidForType(I32Ty, C->getZExtValue()) && in getAsInt32()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp315 if (ConstantFPSDNode::isValueValidForType(SVT, APF) && in ExpandConstantFP()
H A DSelectionDAG.cpp124 bool ConstantFPSDNode::isValueValidForType(EVT VT, in isValueValidForType() function in ConstantFPSDNode
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp5695 !ConstantFP::isValueValidForType(Ty, ID.APFloatVal)) in convertValIDToValue()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp57207 if (ConstantInt::isValueValidForType(Type::getInt32Ty(*DAG.getContext()), in LowerAsmOperandForConstraint()
57221 if (ConstantInt::isValueValidForType(Type::getInt32Ty(*DAG.getContext()), in LowerAsmOperandForConstraint()