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

  /external/llvm/lib/IR/
LLVMContextImpl.cpp 22 : TheTrueVal(0), TheFalseVal(0),
LLVMContextImpl.h 290 ConstantInt *TheFalseVal;
Constants.cpp 440 if (!pImpl->TheFalseVal)
441 pImpl->TheFalseVal = ConstantInt::get(Type::getInt1Ty(Context), 0);
442 return pImpl->TheFalseVal;
    [all...]

Completed in 442 milliseconds