Searched defs:cmpValues (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp253 /// cmpConstants is used as cmpValues result.
262 int cmpValues(const Value *L, const Value *R);
297 /// 5. Compare operands, using cmpValues method.
376 /// fact BBs are ordered in function. And since cmpValues are called during
869 if (int Res = cmpValues(GEPL->getOperand(i), GEPR->getOperand(i)))
880 int FunctionComparator::cmpValues(const Value *L, const Value *R) { function in class:FunctionComparator
927 if (int Res = cmpValues(InstL, InstR))
940 cmpValues(GEPL->getPointerOperand(), GEPR->getPointerOperand()))
952 if (int Res = cmpValues(OpL, OpR))
1017 if (cmpValues(ArgL
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fOpaqueTypeIndexingTests.cpp460 const float cmpValues[] = { 0.0f, 0.2f, 0.4f, 0.6f, 0.8f, 1.0f }; local
463 coords[invocationNdx*numCoordComps + (numCoordComps-1)] = rnd.choose<float>(DE_ARRAY_BEGIN(cmpValues), DE_ARRAY_END(cmpValues));

Completed in 624 milliseconds