Searched refs:setIntDivIsCheap (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Target/
H A DTargetLowering.h1081 /// setIntDivIsCheap - Tells the code generator that integer divide is
1084 void setIntDivIsCheap(bool isCheap = true) { IntDivIsCheap = isCheap; } function in namespace:llvm
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp76 setIntDivIsCheap(false);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/XCore/
H A DXCoreISelLowering.cpp75 setIntDivIsCheap(false);

Completed in 118 milliseconds