Searched refs:IntDivIsCheap (Results 1 – 2 of 2) sorted by relevance
218 bool isIntDivCheap() const { return IntDivIsCheap; } in isIntDivCheap()1190 void setIntDivIsCheap(bool isCheap = true) { IntDivIsCheap = isCheap; }1635 bool IntDivIsCheap; variable
712 IntDivIsCheap = false; in TargetLoweringBase()