Searched refs:IntDivIsCheap (Results 1 – 2 of 2) sorted by relevance
215 bool isIntDivCheap() const { return IntDivIsCheap; } in isIntDivCheap()1060 void setIntDivIsCheap(bool isCheap = true) { IntDivIsCheap = isCheap; }1480 bool IntDivIsCheap; variable
684 IntDivIsCheap = false; in TargetLoweringBase()