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

/external/llvm/include/llvm/Target/
H A DTargetLowering.h154 /// isPow2DivCheap() - Return true if pow2 div is cheaper than a chain of
156 bool isPow2DivCheap() const { return Pow2DivIsCheap; } function in class:llvm::TargetLowering

Completed in 95 milliseconds