Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h156 bool isPow2DivCheap() const { return Pow2DivIsCheap; } in isPow2DivCheap()
1033 void setPow2DivIsCheap(bool isCheap = true) { Pow2DivIsCheap = isCheap; }
1675 bool Pow2DivIsCheap; variable
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp606 Pow2DivIsCheap = false; in TargetLowering()