Home
last modified time | relevance | path

Searched refs:cmpValues (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp262 int cmpValues(const Value *L, const Value *R);
869 if (int Res = cmpValues(GEPL->getOperand(i), GEPR->getOperand(i))) in cmpGEPs()
880 int FunctionComparator::cmpValues(const Value *L, const Value *R) { in cmpValues() function in FunctionComparator
927 if (int Res = cmpValues(InstL, InstR)) in compare()
940 cmpValues(GEPL->getPointerOperand(), GEPR->getPointerOperand())) in compare()
952 if (int Res = cmpValues(OpL, OpR)) in compare()
1017 if (cmpValues(ArgLI, ArgRI) != 0) in compare()
1036 if (int Res = cmpValues(BBL, BBR)) in compare()
/external/llvm/docs/
DMergeFunctions.rst317 This is done by “``FunctionComparator::cmpValues(const Value*, const Value*)``”
332 arguments (see ``cmpValues`` method below).
384 cmpValues(const Value*, const Value*)
437 What we assiciate in cmpValues?
453 How to implement cmpValues?
533 Now when *cmpValues* returns 0, we can proceed comparison procedure. Otherwise,
598 ``cmpValues`` method.
610 3.3. Compare operands themselves, use ``cmpValues`` method. Return result
/external/deqp/modules/gles31/functional/
Des31fOpaqueTypeIndexingTests.cpp460 const float cmpValues[] = { 0.0f, 0.2f, 0.4f, 0.6f, 0.8f, 1.0f }; in iterate() local
463 …Comps + (numCoordComps-1)] = rnd.choose<float>(DE_ARRAY_BEGIN(cmpValues), DE_ARRAY_END(cmpValues)); in iterate()