Searched refs:GO1 (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1442 Value *GO1 = GEP.getOperand(1); local
1444 Sum = GO1;
1445 } else if (GO1 == Constant::getNullValue(GO1->getType())) {
1452 if (SO1->getType() != GO1->getType())
1454 Sum = Builder->CreateAdd(SO1, GO1, PtrOp->getName()+".sum");
/external/deqp/framework/common/
H A DtcuCompressedTexture.cpp695 const deUint8 GO1 = (deUint8)getBit(src, 56); local
703 const deUint8 GO = extend7To8((GO1 << 6) | GO2);

Completed in 76 milliseconds