Searched refs:IntDivIsCheap (Results 1 – 2 of 2) sorted by relevance
165 bool isIntDivCheap() const { return IntDivIsCheap; } in isIntDivCheap()940 void setIntDivIsCheap(bool isCheap = true) { IntDivIsCheap = isCheap; }1290 bool IntDivIsCheap; variable
717 IntDivIsCheap = false; in TargetLoweringBase()