Searched refs:KnownOp0 (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 1200 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 D | TargetLowering.cpp | 2811 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 D | AArch64ISelLowering.cpp | 28427 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 D | ARMISelLowering.cpp | 20172 KnownBits KnownOp0 = DAG.computeKnownBits(Op->getOperand(0), Depth + 1); in computeKnownBitsForTargetNode() local 20189 Known = KnownOp0.intersectWith(KnownOp1); in computeKnownBitsForTargetNode()
|