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

  /external/llvm/lib/VMCore/
LLVMContextImpl.cpp 21 : TheTrueVal(0), TheFalseVal(0),
LLVMContextImpl.h 167 ConstantInt *TheFalseVal;
Constants.cpp 360 if (!pImpl->TheFalseVal)
361 pImpl->TheFalseVal = ConstantInt::get(Type::getInt1Ty(Context), 0);
362 return pImpl->TheFalseVal;
    [all...]

Completed in 156 milliseconds