Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/
DConstants.h149 static bool isValueValidForType(Type *Ty, uint64_t V);
150 static bool isValueValidForType(Type *Ty, int64_t V);
259 static bool isValueValidForType(Type *Ty, const APFloat &V);
/external/llvm/include/llvm/IR/
DConstants.h174 static bool isValueValidForType(Type *Ty, uint64_t V);
175 static bool isValueValidForType(Type *Ty, int64_t V);
282 static bool isValueValidForType(Type *Ty, const APFloat &V);
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstants.cpp910 bool ConstantInt::isValueValidForType(Type *Ty, uint64_t Val) { in isValueValidForType() function in ConstantInt
920 bool ConstantInt::isValueValidForType(Type *Ty, int64_t Val) { in isValueValidForType() function in ConstantInt
931 bool ConstantFP::isValueValidForType(Type *Ty, const APFloat& Val) { in isValueValidForType() function in ConstantFP
/external/llvm/lib/IR/
DConstants.cpp1189 bool ConstantInt::isValueValidForType(Type *Ty, uint64_t Val) { in isValueValidForType() function in ConstantInt
1199 bool ConstantInt::isValueValidForType(Type *Ty, int64_t Val) { in isValueValidForType() function in ConstantInt
1210 bool ConstantFP::isValueValidForType(Type *Ty, const APFloat& Val) { in isValueValidForType() function in ConstantFP
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DSelectionDAGNodes.h1208 static bool isValueValidForType(EVT VT, const APFloat& Val);
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp3466 !ConstantInt::isValueValidForType(IntTy, NewBaseOffset)) in GenerateICmpZeroScales()
3478 !ConstantInt::isValueValidForType(IntTy, Offset)) in GenerateICmpZeroScales()
3516 !ConstantInt::isValueValidForType(IntTy, F.UnfoldedOffset)) in GenerateICmpZeroScales()
/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h1352 static bool isValueValidForType(EVT VT, const APFloat& Val);
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp756 !ConstantInt::isValueValidForType(IntptrTy, SizeValue)) in visitIntrinsicInst()
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.cpp2485 !ConstantFP::isValueValidForType(Ty, ID.APFloatVal)) in ConvertValIDToValue()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp1159 assert(llvm::ConstantInt::isValueValidForType(I32Ty, in getAsInt32()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp358 if (ConstantFPSDNode::isValueValidForType(SVT, CFP->getValueAPF()) && in ExpandConstantFP()
DSelectionDAG.cpp88 bool ConstantFPSDNode::isValueValidForType(EVT VT, in isValueValidForType() function in ConstantFPSDNode
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp266 if (ConstantFPSDNode::isValueValidForType(SVT, CFP->getValueAPF()) && in ExpandConstantFP()
DSelectionDAG.cpp79 bool ConstantFPSDNode::isValueValidForType(EVT VT, in isValueValidForType() function in ConstantFPSDNode
/external/llvm/lib/AsmParser/
DLLParser.cpp4417 !ConstantFP::isValueValidForType(Ty, ID.APFloatVal)) in ConvertValIDToValue()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp14698 if (ConstantInt::isValueValidForType(Type::getInt32Ty(*DAG.getContext()), in LowerAsmOperandForConstraint()
14712 if (ConstantInt::isValueValidForType(Type::getInt32Ty(*DAG.getContext()), in LowerAsmOperandForConstraint()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp31485 if (ConstantInt::isValueValidForType(Type::getInt32Ty(*DAG.getContext()), in LowerAsmOperandForConstraint()
31499 if (ConstantInt::isValueValidForType(Type::getInt32Ty(*DAG.getContext()), in LowerAsmOperandForConstraint()