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

/external/deqp/framework/common/
H A DtcuCompressedTexture.cpp697 const deUint8 BO1 = (deUint8)getBit(src, 48); local
704 const deUint8 BO = extend6To8((BO1 << 5) | (BO2 << 3) | BO3);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2860 BinaryOperator *BO1 = dyn_cast<BinaryOperator>(Op1); local
2861 if (BO0 || BO1) {
2868 if (BO1 && isa<OverflowingBinaryOperator>(BO1))
2870 (CmpInst::isUnsigned(Pred) && BO1->hasNoUnsignedWrap()) ||
2871 (CmpInst::isSigned(Pred) && BO1->hasNoSignedWrap());
2878 if (BO1 && BO1->getOpcode() == Instruction::Add)
2879 C = BO1->getOperand(0), D = BO1
[all...]

Completed in 146 milliseconds