Searched defs:Eq (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp483 Value *Eq = Builder.CreateFCmpOEQ(V, V, "iseq"); local
493 V = Builder.CreateAnd(Eq, IsLessThanInf, "and");
501 Value *Eq = Builder.CreateFCmpOEQ(V, V, "iseq"); local
507 V = Builder.CreateAnd(Eq, IsNotInf, "and");
H A DItaniumCXXABI.cpp574 llvm::ICmpInst::Predicate Eq; local
577 Eq = llvm::ICmpInst::ICMP_NE;
581 Eq = llvm::ICmpInst::ICMP_EQ;
589 return Builder.CreateICmp(Eq, L, R);
606 llvm::Value *PtrEq = Builder.CreateICmp(Eq, LPtr, RPtr, "cmp.ptr");
612 llvm::Value *EqZero = Builder.CreateICmp(Eq, LPtr, Zero, "cmp.ptr.null");
618 llvm::Value *AdjEq = Builder.CreateICmp(Eq, LAdj, RAdj, "cmp.adj");
628 llvm::Value *OrAdjAnd1EqZero = Builder.CreateICmp(Eq, OrAdjAnd1, Zero,
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-matchers.h62 // to write "v" instead of "Eq(v)" where a Matcher is expected, which
263 // EXPECT_CALL(foo, Bar(5)) instead of EXPECT_CALL(foo, Bar(Eq(5))) sometimes
268 // instead of Eq(str) and "foo" instead of Eq("foo") when a string
279 // Allows the user to write str instead of Eq(str) sometimes, where
283 // Allows the user to write "foo" instead of Eq("foo") sometimes.
296 // Allows the user to write str instead of Eq(str) sometimes, where
300 // Allows the user to write "foo" instead of Eq("foo") sometimes.
306 // than one type, e.g. Eq(n) and NotNull()).
611 // Matcher but is not one yet; for example, Eq(valu
2584 inline internal::EqMatcher<T> Eq(T x) { return internal::EqMatcher<T>(x); } function in namespace:testing
2879 inline internal::Eq2Matcher Eq() { return internal::Eq2Matcher(); } function in namespace:testing
[all...]
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml105 | Eq Constructor in type:Icmp/t

Completed in 101 milliseconds