Searched refs:Pow2DivIsCheap (Results 1 – 2 of 2) sorted by relevance
156 bool isPow2DivCheap() const { return Pow2DivIsCheap; } in isPow2DivCheap()1033 void setPow2DivIsCheap(bool isCheap = true) { Pow2DivIsCheap = isCheap; }1675 bool Pow2DivIsCheap; variable
606 Pow2DivIsCheap = false; in TargetLowering()