HomeSort by: relevance | last modified time | path
    Searched refs:TheFalseVal (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
Constants.cpp 856 if (!pImpl->TheFalseVal)
857 pImpl->TheFalseVal = ConstantInt::get(Type::getInt1Ty(Context), 0);
858 return pImpl->TheFalseVal;
LLVMContextImpl.h 1424 ConstantInt *TheFalseVal = nullptr;

Completed in 36 milliseconds