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 23 : TheTrueVal(nullptr), TheFalseVal(nullptr),
LLVMContextImpl.h 299 ConstantInt *TheFalseVal;
Constants.cpp 483 if (!pImpl->TheFalseVal)
484 pImpl->TheFalseVal = ConstantInt::get(Type::getInt1Ty(Context), 0);
485 return pImpl->TheFalseVal;
    [all...]

Completed in 219 milliseconds