HomeSort by relevance Sort by last modified time
    Searched refs:TheTrueVal (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/IR/
LLVMContextImpl.cpp 23 : TheTrueVal(nullptr), TheFalseVal(nullptr),
LLVMContextImpl.h 298 ConstantInt *TheTrueVal;
Constants.cpp 476 if (!pImpl->TheTrueVal)
477 pImpl->TheTrueVal = ConstantInt::get(Type::getInt1Ty(Context), 1);
478 return pImpl->TheTrueVal;
    [all...]

Completed in 192 milliseconds