Home
last modified time | relevance | path

Searched refs:fitsInFPType (Results 1 – 1 of 1) 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()