Home
last modified time | relevance | path

Searched refs:FirstCI (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DRepresentation.h53 auto FirstCI = std::tie(Kind, Text, Name, Direction, ParamName, CloseName,
60 if (FirstCI != SecondCI || Children.size() != Other.Children.size())
72 auto FirstCI = std::tie(Kind, Text, Name, Direction, ParamName, CloseName,
79 if (FirstCI < SecondCI)
82 if (FirstCI == SecondCI) {
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp943 if (CastInst *FirstCI = dyn_cast<CastInst>(FirstInst)) { in foldPHIArgOpIntoPHI() local
944 CastInst *NewCI = CastInst::Create(FirstCI->getOpcode(), PhiVal, in foldPHIArgOpIntoPHI()