Searched refs:BO0 (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 2268 BinaryOperator *BO0 = dyn_cast<BinaryOperator>(Op0); in visitICmpInst() local 2270 if (BO0 || BO1) { in visitICmpInst() 2273 if (BO0 && isa<OverflowingBinaryOperator>(BO0)) in visitICmpInst() 2275 (CmpInst::isUnsigned(Pred) && BO0->hasNoUnsignedWrap()) || in visitICmpInst() 2276 (CmpInst::isSigned(Pred) && BO0->hasNoSignedWrap()); in visitICmpInst() 2285 if (BO0 && BO0->getOpcode() == Instruction::Add) in visitICmpInst() 2286 A = BO0->getOperand(0), B = BO0->getOperand(1); in visitICmpInst() 2304 BO0->hasOneUse() && BO1->hasOneUse()) { in visitICmpInst() 2314 if (BO0 && BO0->getOpcode() == Instruction::Sub) in visitICmpInst() 2315 A = BO0->getOperand(0), B = BO0->getOperand(1); in visitICmpInst() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 3039 BinaryOperator *BO0 = dyn_cast<BinaryOperator>(Op0); in foldICmpBinOp() local 3041 if (!BO0 && !BO1) in foldICmpBinOp() 3046 if (BO0 && isa<OverflowingBinaryOperator>(BO0)) in foldICmpBinOp() 3049 (CmpInst::isUnsigned(Pred) && BO0->hasNoUnsignedWrap()) || in foldICmpBinOp() 3050 (CmpInst::isSigned(Pred) && BO0->hasNoSignedWrap()); in foldICmpBinOp() 3060 if (BO0 && BO0->getOpcode() == Instruction::Add) { in foldICmpBinOp() 3061 A = BO0->getOperand(0); in foldICmpBinOp() 3062 B = BO0->getOperand(1); in foldICmpBinOp() 3083 BO0->hasOneUse() && BO1->hasOneUse()) { in foldICmpBinOp() 3176 (BO0->hasOneUse() || BO1->hasOneUse()) && !I.isUnsigned()) in foldICmpBinOp() [all …]
|
D | InstCombineVectorOps.cpp | 1160 Value *BO0 = BO->getOperand(0), *BO1 = BO->getOperand(1); in getAlternateBinop() local 1168 return { Instruction::Mul, BO0, ShlOne }; in getAlternateBinop() 1175 if (match(BO1, m_APInt(C)) && MaskedValueIsZero(BO0, *C, DL)) in getAlternateBinop() 1176 return { Instruction::Add, BO0, BO1 }; in getAlternateBinop()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 3788 BinaryOperator *BO0 = dyn_cast<BinaryOperator>(Op0); in visitICmpInst() local 3790 if (BO0 || BO1) { in visitICmpInst() 3793 if (BO0 && isa<OverflowingBinaryOperator>(BO0)) in visitICmpInst() 3795 (CmpInst::isUnsigned(Pred) && BO0->hasNoUnsignedWrap()) || in visitICmpInst() 3796 (CmpInst::isSigned(Pred) && BO0->hasNoSignedWrap()); in visitICmpInst() 3805 if (BO0 && BO0->getOpcode() == Instruction::Add) { in visitICmpInst() 3806 A = BO0->getOperand(0); in visitICmpInst() 3807 B = BO0->getOperand(1); in visitICmpInst() 3834 BO0->hasOneUse() && BO1->hasOneUse()) { in visitICmpInst() 3906 (BO0->hasOneUse() || BO1->hasOneUse()) && !I.isUnsigned()) in visitICmpInst() [all …]
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | f043093472b02bd6ad182515d2c0317a.0000ee12.honggfuzz.cov | 153 H�|��?��DP��T�����?Y�u�� BO0�vNYց�+�p����r:g���\�ڕ���{�;
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | f043093472b02bd6ad182515d2c0317a.0000ee12.honggfuzz.cov | 153 H�|��?��DP��T�����?Y�u�� BO0�vNYց�+�p����r:g���\�ڕ���{�;
|