Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4375 CallInst *NewFrexp = in foldFrexpOfSelect() local
4377 NewFrexp->copyIRFlags(FrexpCall); in foldFrexpOfSelect()
4379 Value *NewEV = Builder.CreateExtractValue(NewFrexp, 0, "mantissa"); in foldFrexpOfSelect()