Home
last modified time | relevance | path

Searched refs:fitsInFPType (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1218 static Constant *fitsInFPType(ConstantFP *CFP, const fltSemantics &Sem) { in fitsInFPType() function
1241 if (Value *V = fitsInFPType(CFP, APFloat::IEEEhalf)) in lookThroughFPExtensions()
1244 if (Value *V = fitsInFPType(CFP, APFloat::IEEEsingle)) in lookThroughFPExtensions()
1248 if (Value *V = fitsInFPType(CFP, APFloat::IEEEdouble)) in lookThroughFPExtensions()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1421 static bool fitsInFPType(ConstantFP *CFP, const fltSemantics &Sem) { in fitsInFPType() function
1432 if (fitsInFPType(CFP, APFloat::IEEEhalf())) in shrinkFPConstant()
1435 if (fitsInFPType(CFP, APFloat::IEEEsingle())) in shrinkFPConstant()
1439 if (fitsInFPType(CFP, APFloat::IEEEdouble())) in shrinkFPConstant()