Searched refs:CondValue (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DError.cpp160 auto *CondValue = dyn_cast_or_null<IntInit>( local
162 if (!CondValue)
164 else if (!CondValue->getValue()) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp878 ValueLatticeElement CondValue = getValueState(I.getCondition());
879 if (CondValue.isUnknownOrUndef())
882 if (ConstantInt *CondCB = getConstantInt(CondValue)) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp621 const bool CondValue = DER.Conditional; local
626 (CondValue ? PPCallbacks::CVK_True : PPCallbacks::CVK_False),
630 if (CondValue) {

Completed in 200 milliseconds