Home | History | Annotate | Download | only in IR

Lines Matching refs:TheTrueVal

579   if (!pImpl->TheTrueVal)
580 pImpl->TheTrueVal = ConstantInt::get(Type::getInt1Ty(Context), 1);
581 return pImpl->TheTrueVal;