Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp104 unsigned Cttz = countTrailingZeros(Units); in setWeight() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp585 auto Cttz = B.CreateIntrinsic(Intrinsic::cttz, {XType}, {X1, BoolConst}); in tryToRecognizeTableBasedCttz() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp557 auto *Cttz = IC.Builder.CreateBinaryIntrinsic(Intrinsic::cttz, X, in foldCttzCtlz() local
640 auto *Cttz = IC.Builder.CreateCall(F, {X, IC.Builder.getFalse()}); in foldCtpop() local
H A DInstCombineAddSub.cpp2328 unsigned Cttz = AddC->countTrailingZeros(); in visitSub() local