Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4348 static Value *foldFrexpOfSelect(ExtractValueInst &EV, IntrinsicInst *FrexpCall, in foldFrexpOfSelect() argument
4353 if (!SelectInst->hasOneUse() || !FrexpCall->hasOneUse()) in foldFrexpOfSelect()
4376 Builder.CreateCall(FrexpCall->getCalledFunction(), {VarOp}, "frexp"); in foldFrexpOfSelect()
4377 NewFrexp->copyIRFlags(FrexpCall); in foldFrexpOfSelect()