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 22 : TheTrueVal(0), TheFalseVal(0),
LLVMContextImpl.h 289 ConstantInt *TheTrueVal;
Constants.cpp 433 if (!pImpl->TheTrueVal)
434 pImpl->TheTrueVal = ConstantInt::get(Type::getInt1Ty(Context), 1);
435 return pImpl->TheTrueVal;
    [all...]

Completed in 8696 milliseconds