Searched refs:setPow2DivIsCheap (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Target/
H A DTargetLowering.h1091 /// setPow2DivIsCheap - Tells the code generator that it shouldn't generate
1094 void setPow2DivIsCheap(bool isCheap = true) { Pow2DivIsCheap = isCheap; } function in namespace:llvm
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/
H A DPPCISelLowering.cpp71 setPow2DivIsCheap();

Completed in 186 milliseconds