Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Transforms/InstCombine/
HDInstCombineCasts.cpp1151 static Constant *FitsInFPType(ConstantFP *CFP, const fltSemantics &Sem) { in FitsInFPType() function
1174 if (Value *V = FitsInFPType(CFP, APFloat::IEEEhalf)) in LookThroughFPExtensions()
1177 if (Value *V = FitsInFPType(CFP, APFloat::IEEEsingle)) in LookThroughFPExtensions()
1181 if (Value *V = FitsInFPType(CFP, APFloat::IEEEdouble)) in LookThroughFPExtensions()