Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DLLVMContextImpl.cpp21 : TheTrueVal(0), TheFalseVal(0), in LLVMContextImpl()
DLLVMContextImpl.h166 ConstantInt *TheTrueVal; variable
DConstants.cpp368 if (!pImpl->TheTrueVal) in getTrue()
369 pImpl->TheTrueVal = ConstantInt::get(Type::getInt1Ty(Context), 1); in getTrue()
370 return pImpl->TheTrueVal; in getTrue()
/external/llvm/lib/IR/
DLLVMContextImpl.cpp25 : TheTrueVal(nullptr), TheFalseVal(nullptr), in LLVMContextImpl()
DConstants.cpp510 if (!pImpl->TheTrueVal) in getTrue()
511 pImpl->TheTrueVal = ConstantInt::get(Type::getInt1Ty(Context), 1); in getTrue()
512 return pImpl->TheTrueVal; in getTrue()
DLLVMContextImpl.h1102 ConstantInt *TheTrueVal;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstants.cpp579 if (!pImpl->TheTrueVal) in getTrue()
580 pImpl->TheTrueVal = ConstantInt::get(Type::getInt1Ty(Context), 1); in getTrue()
581 return pImpl->TheTrueVal; in getTrue()
DLLVMContextImpl.h1287 ConstantInt *TheTrueVal = nullptr;