Home | History | Annotate | Download | only in IR

Lines Matching refs:TheTrueVal

510   if (!pImpl->TheTrueVal)
511 pImpl->TheTrueVal = ConstantInt::get(Type::getInt1Ty(Context), 1);
512 return pImpl->TheTrueVal;