Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
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);
/external/llvm/lib/IR/
DConstants.cpp1273 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/
DLoopStrengthReduce.cpp3518 !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/
DSelectionDAGNodes.h1427 static bool isValueValidForType(EVT VT, const APFloat& Val);
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp668 !ConstantInt::isValueValidForType(IntptrTy, SizeValue)) in visitIntrinsicInst()
/external/llvm/lib/AsmParser/
DLLParser.cpp3934 !ConstantFP::isValueValidForType(Ty, ID.APFloatVal)) in ConvertValIDToValue()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp260 if (ConstantFPSDNode::isValueValidForType(SVT, CFP->getValueAPF()) && in ExpandConstantFP()
DSelectionDAG.cpp78 bool ConstantFPSDNode::isValueValidForType(EVT VT, in isValueValidForType() function in ConstantFPSDNode
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp24388 if (ConstantInt::isValueValidForType(Type::getInt32Ty(*DAG.getContext()), in LowerAsmOperandForConstraint()
24402 if (ConstantInt::isValueValidForType(Type::getInt32Ty(*DAG.getContext()), in LowerAsmOperandForConstraint()