Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp234 bool isProfitableToInsertFFS(Intrinsic::ID IntrinID, Value *InitX,
236 bool insertFFSIfProfitable(Intrinsic::ID IntrinID, Value *InitX,
1596 Value *&InitX, Instruction *&CntInst, in detectShiftUntilLessThanIdiom() argument
1636 InitX = VarPhi->getIncomingValueForBlock(CurLoop->getLoopPreheader()); in detectShiftUntilLessThanIdiom()
1826 Intrinsic::ID &IntrinID, Value *&InitX, in detectShiftUntilZeroIdiom() argument
1859 InitX = PhiX->getIncomingValueForBlock(CurLoop->getLoopPreheader()); in detectShiftUntilZeroIdiom()
1863 if (DefX->getOpcode() == Instruction::AShr && !isKnownNonNegative(InitX, DL)) in detectShiftUntilZeroIdiom()
1899 Value *InitX, bool ZeroCheck, in isProfitableToInsertFFS() argument
1901 const Value *Args[] = {InitX, in isProfitableToInsertFFS()
1902 ConstantInt::getBool(InitX->getContext(), ZeroCheck)}; in isProfitableToInsertFFS()
[all …]
/freebsd/contrib/googletest/docs/reference/
H A Dmocking.md192 method of `my_mock` is called only after both `InitX()` and `InitY()` have been
198 Expectation init_x = EXPECT_CALL(my_mock, InitX());