Home
last modified time | relevance | path

Searched refs:TheFalseVal (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/VMCore/
DLLVMContextImpl.cpp21 : TheTrueVal(0), TheFalseVal(0), in LLVMContextImpl()
DLLVMContextImpl.h167 ConstantInt *TheFalseVal; variable
DConstants.cpp375 if (!pImpl->TheFalseVal) in getFalse()
376 pImpl->TheFalseVal = ConstantInt::get(Type::getInt1Ty(Context), 0); in getFalse()
377 return pImpl->TheFalseVal; in getFalse()
/external/llvm/lib/IR/
DLLVMContextImpl.cpp25 : TheTrueVal(nullptr), TheFalseVal(nullptr), in LLVMContextImpl()
DConstants.cpp517 if (!pImpl->TheFalseVal) in getFalse()
518 pImpl->TheFalseVal = ConstantInt::get(Type::getInt1Ty(Context), 0); in getFalse()
519 return pImpl->TheFalseVal; in getFalse()
DLLVMContextImpl.h1103 ConstantInt *TheFalseVal;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstants.cpp586 if (!pImpl->TheFalseVal) in getFalse()
587 pImpl->TheFalseVal = ConstantInt::get(Type::getInt1Ty(Context), 0); in getFalse()
588 return pImpl->TheFalseVal; in getFalse()
DLLVMContextImpl.h1288 ConstantInt *TheFalseVal = nullptr;