Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1776 Intrinsic::ID &IntrinID, Value *&InitX, in detectShiftUntilZeroIdiom() argument
1809 InitX = PhiX->getIncomingValueForBlock(CurLoop->getLoopPreheader()); in detectShiftUntilZeroIdiom()
1813 if (DefX->getOpcode() == Instruction::AShr && !isKnownNonNegative(InitX, DL)) in detectShiftUntilZeroIdiom()
1855 Value *InitX; in recognizeAndInsertFFS() local
1863 if (!detectShiftUntilZeroIdiom(CurLoop, *DL, IntrinID, InitX, in recognizeAndInsertFFS()
1903 if (matchCondition(PreCondBI, PH) != InitX) in recognizeAndInsertFFS()
1919 const Value *Args[] = {InitX, in recognizeAndInsertFFS()
1920 ConstantInt::getBool(InitX->getContext(), ZeroCheck)}; in recognizeAndInsertFFS()
1927 IntrinsicCostAttributes Attrs(IntrinID, InitX->getType(), Args); in recognizeAndInsertFFS()
1934 transformLoopToCountable(IntrinID, PH, CntInst, CntPhi, InitX, DefX, in recognizeAndInsertFFS()
[all …]