Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1142 static Constant *FitsInFPType(ConstantFP *CFP, const fltSemantics &Sem) { in FitsInFPType() function
1165 if (Value *V = FitsInFPType(CFP, APFloat::IEEEhalf)) in LookThroughFPExtensions()
1168 if (Value *V = FitsInFPType(CFP, APFloat::IEEEsingle)) in LookThroughFPExtensions()
1172 if (Value *V = FitsInFPType(CFP, APFloat::IEEEdouble)) in LookThroughFPExtensions()