Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DConstants.h152 static bool isValueValidForType(Type *Ty, uint64_t V);
153 static bool isValueValidForType(Type *Ty, int64_t V);
262 static bool isValueValidForType(Type *Ty, const APFloat &V);
/external/llvm/lib/IR/
DConstants.cpp1158 bool ConstantInt::isValueValidForType(Type *Ty, uint64_t Val) { in isValueValidForType() function in ConstantInt
1168 bool ConstantInt::isValueValidForType(Type *Ty, int64_t Val) { in isValueValidForType() function in ConstantInt
1179 bool ConstantFP::isValueValidForType(Type *Ty, const APFloat& Val) { in isValueValidForType() function in ConstantFP
/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h1276 static bool isValueValidForType(EVT VT, const APFloat& Val);
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp477 !ConstantInt::isValueValidForType(IntptrTy, SizeValue)) in visitIntrinsicInst()
/external/llvm/lib/AsmParser/
DLLParser.cpp2821 !ConstantFP::isValueValidForType(Ty, ID.APFloatVal)) in ConvertValIDToValue()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp274 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.cpp18832 if (ConstantInt::isValueValidForType(Type::getInt32Ty(*DAG.getContext()), in LowerAsmOperandForConstraint()
18846 if (ConstantInt::isValueValidForType(Type::getInt32Ty(*DAG.getContext()), in LowerAsmOperandForConstraint()