Home
last modified time | relevance | path

Searched defs:Cttz (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp104 Weight = (1u << (SlotWeight * s)) * ((MaskWeight - Ctpop) << Cttz); in setWeight() local
/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp588 ZExtOrTrunc = B.CreateZExtOrTrunc(Cttz, AccessType); in tryToRecognizeTableBasedCttz() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp534 auto *Cttz = IC.Builder.CreateBinaryIntrinsic(Intrinsic::cttz, X, foldCttzCtlz() local
653 auto *Cttz = IC.Builder.CreateCall(F, {X, IC.Builder.getFalse()}); foldCtpop() local
H A DInstCombineAddSub.cpp2583 unsigned Cttz = AddC->countr_zero(); visitSub() local
/llvm-project/llvm/unittests/IR/
H A DConstantRangeTest.cpp2537 TEST_F(ConstantRangeTest,Cttz) TEST_F() argument