Searched refs:IntDivIsCheap (Results 1 – 2 of 2) sorted by relevance
228 bool isIntDivCheap() const { return IntDivIsCheap; } in isIntDivCheap()1232 void setIntDivIsCheap(bool isCheap = true) { IntDivIsCheap = isCheap; }1709 bool IntDivIsCheap; variable
749 IntDivIsCheap = false; in TargetLoweringBase()