Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dconstant_folding.cc541 GetGraph()->GetIntConstant(LowestOneBitValue(input->AsIntConstant()->GetValue()))); in FoldLowestOneBitIntrinsic()
545 GetGraph()->GetLongConstant(LowestOneBitValue(input->AsLongConstant()->GetValue()))); in FoldLowestOneBitIntrinsic()
/art/libartbase/base/
Dbit_utils.h338 inline static kind LowestOneBitValue(kind opnd) { in LowestOneBitValue() function