Searched refs:TheTrueVal (Results 1 – 8 of 8) sorted by relevance
21 : TheTrueVal(0), TheFalseVal(0), in LLVMContextImpl()
166 ConstantInt *TheTrueVal; variable
368 if (!pImpl->TheTrueVal) in getTrue()369 pImpl->TheTrueVal = ConstantInt::get(Type::getInt1Ty(Context), 1); in getTrue()370 return pImpl->TheTrueVal; in getTrue()
25 : TheTrueVal(nullptr), TheFalseVal(nullptr), in LLVMContextImpl()
510 if (!pImpl->TheTrueVal) in getTrue()511 pImpl->TheTrueVal = ConstantInt::get(Type::getInt1Ty(Context), 1); in getTrue()512 return pImpl->TheTrueVal; in getTrue()
1102 ConstantInt *TheTrueVal;
579 if (!pImpl->TheTrueVal) in getTrue()580 pImpl->TheTrueVal = ConstantInt::get(Type::getInt1Ty(Context), 1); in getTrue()581 return pImpl->TheTrueVal; in getTrue()
1287 ConstantInt *TheTrueVal = nullptr;