/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Constants.h | 149 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/ |
D | Constants.h | 174 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/ |
D | Constants.cpp | 910 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/ |
D | Constants.cpp | 1189 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/ |
D | SelectionDAGNodes.h | 1208 static bool isValueValidForType(EVT VT, const APFloat& Val);
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 3466 !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/ |
D | SelectionDAGNodes.h | 1352 static bool isValueValidForType(EVT VT, const APFloat& Val);
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 756 !ConstantInt::isValueValidForType(IntptrTy, SizeValue)) in visitIntrinsicInst()
|
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLParser.cpp | 2485 !ConstantFP::isValueValidForType(Ty, ID.APFloatVal)) in ConvertValIDToValue()
|
/external/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 1159 assert(llvm::ConstantInt::isValueValidForType(I32Ty, in getAsInt32()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 358 if (ConstantFPSDNode::isValueValidForType(SVT, CFP->getValueAPF()) && in ExpandConstantFP()
|
D | SelectionDAG.cpp | 88 bool ConstantFPSDNode::isValueValidForType(EVT VT, in isValueValidForType() function in ConstantFPSDNode
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 266 if (ConstantFPSDNode::isValueValidForType(SVT, CFP->getValueAPF()) && in ExpandConstantFP()
|
D | SelectionDAG.cpp | 79 bool ConstantFPSDNode::isValueValidForType(EVT VT, in isValueValidForType() function in ConstantFPSDNode
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 4417 !ConstantFP::isValueValidForType(Ty, ID.APFloatVal)) in ConvertValIDToValue()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.cpp | 14698 if (ConstantInt::isValueValidForType(Type::getInt32Ty(*DAG.getContext()), in LowerAsmOperandForConstraint() 14712 if (ConstantInt::isValueValidForType(Type::getInt32Ty(*DAG.getContext()), in LowerAsmOperandForConstraint()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 31485 if (ConstantInt::isValueValidForType(Type::getInt32Ty(*DAG.getContext()), in LowerAsmOperandForConstraint() 31499 if (ConstantInt::isValueValidForType(Type::getInt32Ty(*DAG.getContext()), in LowerAsmOperandForConstraint()
|