Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetLowering.h227 bool isPow2DivCheap() const { return Pow2DivIsCheap; } in isPow2DivCheap()
1069 void setPow2DivIsCheap(bool isCheap = true) { Pow2DivIsCheap = isCheap; }
1490 bool Pow2DivIsCheap; variable
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp685 Pow2DivIsCheap = false; in TargetLoweringBase()