Searched refs:LowestOneBitValue (Results 1 – 2 of 2) sorted by relevance
541 GetGraph()->GetIntConstant(LowestOneBitValue(input->AsIntConstant()->GetValue()))); in FoldLowestOneBitIntrinsic()545 GetGraph()->GetLongConstant(LowestOneBitValue(input->AsLongConstant()->GetValue()))); in FoldLowestOneBitIntrinsic()
338 inline static kind LowestOneBitValue(kind opnd) { in LowestOneBitValue() function