OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TheTrueVal
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/VMCore/
LLVMContextImpl.cpp
21
:
TheTrueVal
(0), TheFalseVal(0),
LLVMContextImpl.h
166
ConstantInt *
TheTrueVal
;
Constants.cpp
353
if (!pImpl->
TheTrueVal
)
354
pImpl->
TheTrueVal
= ConstantInt::get(Type::getInt1Ty(Context), 1);
355
return pImpl->
TheTrueVal
;
[
all
...]
Completed in 114 milliseconds