Searched refs:E1 (Results 26 - 36 of 36) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp3130 // E1 = "X ^ C1"
3131 BinaryOperator *E1; local
3134 (E1 = dyn_cast<BinaryOperator>(Op0I->getOperand(0))) &&
3135 E1->getOpcode() == Instruction::Xor &&
3136 (C1 = dyn_cast<ConstantInt>(E1->getOperand(1)))) {
3142 Value *Opnd0 = Builder.CreateLShr(E1->getOperand(0), C2);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp5592 // The process for determining whether an operand expression E1 of type T1
5595 // -- If E2 is an lvalue: E1 can be converted to match E2 if E1 can be
5599 // -- If E2 is an xvalue: E1 can be converted to match E2 if E1 can be
5620 // -- if E1 and E2 have class type, and the underlying class types are
5630 // E1 can be converted to match E2 if the class of T2 is the
5650 // -- Otherwise: E1 can be converted to match E2 if E1 can be
6252 /// This finds the composite pointer type for \p E1 an
[all...]
H A DSemaChecking.cpp9992 static bool referToTheSameDecl(const Expr *E1, const Expr *E2) { argument
9993 if (const DeclRefExpr *D1 = dyn_cast_or_null<DeclRefExpr>(E1))
12921 // The expression E1[E2] is identical (by definition) to *((E1)+(E2)). The
12922 // expression E1 is sequenced before the expression E2.
12935 // Abbreviating pm-expression.*cast-expression as E1.*E2, [...]
12936 // the expression E1 is sequenced before the expression E2.
12949 // The expression E1 is sequenced before the expression E2.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp614 SmallVector<SDNode *, 4> E0, E1;
625 E1.push_back(U);
633 if (E0.empty() || E1.empty())
650 for (auto *Node : E1)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp144 static bool areExprTypesCompatible(const Expr *E1, const Expr *E2) { argument
147 if (isa<DeclRefExpr>(E1) != isa<DeclRefExpr>(E2))
151 if (!isa<DeclRefExpr>(E1))
156 assert(isa<DeclRefExpr>(E1) && isa<DeclRefExpr>(E2));
157 auto *Decl1 = cast<DeclRefExpr>(E1)->getDecl();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3944 auto CompareByTypeID = [](const ElementTy &E1, const ElementTy &E2) -> bool {
3945 return E1.first < E2.first;
3976 auto CompareByDeclID = [](const ElementTy &E1, const ElementTy &E2) -> bool {
3977 return E1.first < E2.first;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10848 QualType FindCompositePointerType(SourceLocation Loc, Expr *&E1, Expr *&E2,
10851 ExprResult &E1, ExprResult &E2,
10853 Expr *E1Tmp = E1.get(), *E2Tmp = E2.get();
10856 E1 = E1Tmp;
10850 FindCompositePointerType(SourceLocation Loc, ExprResult &E1, ExprResult &E2, bool ConvertArgs = true) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h936 /// are not modified between E1 and E2 or the result my be invalid.
937 static bool isSameComparisonOperand(const Expr* E1, const Expr* E2);
/freebsd-11-stable/sys/contrib/ngatm/netnatm/msg/
H A Duni_ie.c2792 MKT(UNI_AAL1_CBR_2048, 2048(E1)),
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh6319 Es8E9vH6tQkZ6UJpMuuDp6yPRpyzKyjK2vbpsP6nP/28dO/4iHhhIT/E1/Rx7hzF
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex9309 \DeclareUnicodeCharacter{00E1}{\'a}

Completed in 253 milliseconds

12