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 476 const bool CondValue = EvaluateDirectiveExpression(IfNDefMacro);
482 (CondValue ? PPCallbacks::CVK_True : PPCallbacks::CVK_False), CondInfo.IfLoc);
485 if (CondValue) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 818 LatticeVal CondValue = getValueState(I.getCondition());
819 if (CondValue.isUndefined())
822 if (ConstantInt *CondCB = CondValue.getConstantInt()) {
    [all...]

Completed in 418 milliseconds