Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2070 Function *Fshl = Intrinsic::getDeclaration(Mod, Intrinsic::fshl, Ty); in visitCallInst() local
2071 return CallInst::Create(Fshl, { Op0, Op1, LeftShiftC }); in visitCallInst()