Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1561 Constant *LeftShiftC = ConstantExpr::getSub(WidthC, ShAmtC); in visitCallInst() local
1564 return CallInst::Create(Fshl, { Op0, Op1, LeftShiftC }); in visitCallInst()