HomeSort by relevance Sort by last modified time
    Searched refs:CondValue (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Lex/
PPDirectives.cpp 466 const bool CondValue = EvaluateDirectiveExpression(IfNDefMacro);
472 (CondValue ? PPCallbacks::CVK_True : PPCallbacks::CVK_False), CondInfo.IfLoc);
475 if (CondValue) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 826 LatticeVal CondValue = getValueState(I.getCondition());
827 if (CondValue.isUndefined())
830 if (ConstantInt *CondCB = CondValue.getConstantInt()) {
    [all...]

Completed in 73 milliseconds