Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1200 KnownBits KnownOp0 = computeKnownBits(Op0, /* Depth */ 0, Q); in simplifyDiv() local
1201 if (KnownOp0.countMaxTrailingZeros() < DivC->countr_zero()) in simplifyDiv()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2811 KnownBits KnownOp0, KnownOp1; in SimplifyDemandedBits() local
2821 DemandedElts, KnownOp0, TLO, Depth + 1) || in SimplifyDemandedBits()
2918 Known = KnownBits::mul(KnownOp0, KnownOp1); in SimplifyDemandedBits()
2922 Flags.hasNoUnsignedWrap(), KnownOp0, KnownOp1); in SimplifyDemandedBits()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp28427 KnownBits KnownOp0 = in SimplifyDemandedBitsForTargetNode() local
28432 APInt AlreadyZeroedBitsToClear = BitsToClear & KnownOp0.Zero; in SimplifyDemandedBitsForTargetNode()
28437 Known = KnownOp0 & in SimplifyDemandedBitsForTargetNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp20172 KnownBits KnownOp0 = DAG.computeKnownBits(Op->getOperand(0), Depth + 1); in computeKnownBitsForTargetNode() local
20189 Known = KnownOp0.intersectWith(KnownOp1); in computeKnownBitsForTargetNode()