HomeSort by: relevance | last modified time | path
    Searched refs:CondValue (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/TableGen/
Error.cpp 160 auto *CondValue = dyn_cast_or_null<IntInit>(
162 if (!CondValue)
164 else if (!CondValue->getValue()) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SCCPSolver.cpp 878 ValueLatticeElement CondValue = getValueState(I.getCondition());
879 if (CondValue.isUnknownOrUndef())
882 if (ConstantInt *CondCB = getConstantInt(CondValue)) {
  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPDirectives.cpp 621 const bool CondValue = DER.Conditional;
626 (CondValue ? PPCallbacks::CVK_True : PPCallbacks::CVK_False),
630 if (CondValue) {

Completed in 22 milliseconds