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

/freebsd-10-stable/contrib/llvm/lib/IR/
H A DLLVMContextImpl.cpp22 : TheTrueVal(0), TheFalseVal(0),
H A DLLVMContextImpl.h289 ConstantInt *TheTrueVal; member in class:llvm::LLVMContextImpl
H A DConstants.cpp440 if (!pImpl->TheTrueVal)
441 pImpl->TheTrueVal = ConstantInt::get(Type::getInt1Ty(Context), 1);
442 return pImpl->TheTrueVal;

Completed in 473 milliseconds