Home
last modified time | relevance | path

Searched refs:IsMatched (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h118 IsMatched, // Object has been matched to a given pattern. enumerator
211 PROPERTY(Property, IsMatched);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4068 bool IsMatched = false; in MatchPhiSet() local
4073 if ((IsMatched = MatchPhiNode(PHI, &P, Matched, PhiNodesToMatch))) in MatchPhiSet()
4082 if (IsMatched) { in MatchPhiSet()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1757 bool IsMatched = in foldCastedBitwiseLogic() local
1764 if (!IsMatched) in foldCastedBitwiseLogic()