Searched refs:IntDivIsCheap (Results 1 – 2 of 2) sorted by relevance
152 bool isIntDivCheap() const { return IntDivIsCheap; } in isIntDivCheap()1028 void setIntDivIsCheap(bool isCheap = true) { IntDivIsCheap = isCheap; }1670 bool IntDivIsCheap; variable
605 IntDivIsCheap = false; in TargetLowering()