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

/external/llvm/lib/IR/
H A DLLVMContextImpl.cpp23 : TheTrueVal(nullptr), TheFalseVal(nullptr),
H A DLLVMContextImpl.h298 ConstantInt *TheTrueVal; member in class:llvm::LLVMContextImpl
H A DConstants.cpp476 if (!pImpl->TheTrueVal)
477 pImpl->TheTrueVal = ConstantInt::get(Type::getInt1Ty(Context), 1);
478 return pImpl->TheTrueVal;

Completed in 386 milliseconds