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

  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 597 static bool PHIsEqualValue(PHINode *PN, Value *NonPhiInVal,
611 if (!PHIsEqualValue(OpPN, NonPhiInVal, ValueEqualPHIs))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombinePHI.cpp 527 /// PHIsEqualValue - Return true if this phi node is always equal to
530 static bool PHIsEqualValue(PHINode *PN, Value *NonPhiInVal,
545 if (!PHIsEqualValue(OpPN, NonPhiInVal, ValueEqualPHIs))
    [all...]

Completed in 284 milliseconds