Searched refs:Op1Int (Results 1 – 1 of 1) sorted by relevance
2425 APInt Op1Int = Op1CI->getValue(); in ComputeMultiple() local2426 uint64_t BitToSet = Op1Int.getLimitedValue(Op1Int.getBitWidth() - 1); in ComputeMultiple()2427 APInt API(Op1Int.getBitWidth(), 0); in ComputeMultiple()