Home | History | Annotate | Download | only in IR

Lines Matching refs:TheTrueVal

433   if (!pImpl->TheTrueVal)
434 pImpl->TheTrueVal = ConstantInt::get(Type::getInt1Ty(Context), 1);
435 return pImpl->TheTrueVal;