Home
last modified time | relevance | path

Searched refs:IntDivIsCheap (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Target/
DTargetLowering.h215 bool isIntDivCheap() const { return IntDivIsCheap; } in isIntDivCheap()
1060 void setIntDivIsCheap(bool isCheap = true) { IntDivIsCheap = isCheap; }
1480 bool IntDivIsCheap; variable
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp684 IntDivIsCheap = false; in TargetLoweringBase()