Home | History | Annotate | Download | only in Analysis

Lines Matching refs:CommonValue

899     Constant *CommonValue = nullptr;
918 if (CommonValue && C != CommonValue)
920 CommonValue = C;
925 return CommonValue ? CommonValue : UndefValue::get(PN->getType());