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

  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 847 LatticeVal CondValue = getValueState(I.getCondition());
848 if (CondValue.isUnknown())
851 if (ConstantInt *CondCB = CondValue.getConstantInt()) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SCCP.cpp 879 LatticeVal CondValue = getValueState(I.getCondition())
    [all...]
  /external/clang/lib/Lex/
PPDirectives.cpp 547 const bool CondValue = EvaluateDirectiveExpression(IfNDefMacro);
553 (CondValue ? PPCallbacks::CVK_True : PPCallbacks::CVK_False), CondInfo.IfLoc);
556 if (CondValue) {
    [all...]

Completed in 102 milliseconds