Searched refs:Inside (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandImm.cpp178 uint64_t Inside = Mask; local
185 std::swap(Outside, Inside);
210 } else if (Idx > StartIdx && Idx < EndIdx && Chunk != Inside) {
211 OrrImm = updateImm(OrrImm, Idx, Inside != Mask);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h1007 bool isSigned, bool Inside);
H A DInstCombineAndOrXor.cpp161 /// Emit a computation of: (V >= Lo && V < Hi) if Inside is true, otherwise
165 bool isSigned, bool Inside) {
173 ICmpInst::Predicate Pred = Inside ? ICmpInst::ICMP_ULT : ICmpInst::ICMP_UGE;
164 insertRangeTest(Value *V, const APInt &Lo, const APInt &Hi, bool isSigned, bool Inside) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp8172 const Expr *Inside = E->IgnoreImpCasts(); local
8173 if (const PseudoObjectExpr *POE = dyn_cast<PseudoObjectExpr>(Inside))
8174 Inside = POE->getSyntacticForm()->IgnoreImpCasts();
8176 switch (Inside->getStmtClass()) {

Completed in 261 milliseconds