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

/external/llvm/include/llvm/Target/
H A DTargetLowering.h1026 /// setPow2DivIsCheap - Tells the code generator that it shouldn't generate
1029 void setPow2DivIsCheap(bool isCheap = true) { Pow2DivIsCheap = isCheap; } function in namespace:llvm

Completed in 66 milliseconds