Searched refs:TheTrueVal (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DLLVMContextImpl.cpp22 : TheTrueVal(0), TheFalseVal(0),
H A DLLVMContextImpl.h295 ConstantInt *TheTrueVal; member in class:llvm::LLVMContextImpl
H A DConstants.cpp381 if (!pImpl->TheTrueVal)
382 pImpl->TheTrueVal = ConstantInt::get(Type::getInt1Ty(Context), 1);
383 return pImpl->TheTrueVal;

Completed in 173 milliseconds