Searched refs:Pow2DivIsCheap (Results 1 – 2 of 2) sorted by relevance
227 bool isPow2DivCheap() const { return Pow2DivIsCheap; } in isPow2DivCheap()1069 void setPow2DivIsCheap(bool isCheap = true) { Pow2DivIsCheap = isCheap; }1490 bool Pow2DivIsCheap; variable
685 Pow2DivIsCheap = false; in TargetLoweringBase()