Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInlineAsm.h311 using IsMatched = Bitfield::Element<bool, 31, 1>; variable
316 bool isMatched() const { return Bitfield::get<IsMatched>(Storage); } in isMatched()
394 Bitfield::set<IsMatched>(Storage, true); in setMatchingOp()
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3974 bool IsMatched = false; in MatchPhiSet() local
3979 if ((IsMatched = MatchPhiNode(PHI, &P, Matched, PhiNodesToMatch))) in MatchPhiSet()
3988 if (IsMatched) { in MatchPhiSet()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1676 bool IsMatched = in foldCastedBitwiseLogic() local
1683 if (!IsMatched) in foldCastedBitwiseLogic()