Home
last modified time | relevance | path

Searched refs:CN0 (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUISelLowering.cpp2926 ConstantSDNode *CN0 = cast<ConstantSDNode > (AddArg); in PerformDAGCombine() local
2929 if (CN0->isNullValue()) { in PerformDAGCombine()
2946 int64_t combinedConst = CN0->getSExtValue() + CN1->getSExtValue(); in PerformDAGCombine()
2953 << "), " << CN0->getSExtValue() << ")\n" in PerformDAGCombine()
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D24c54da41902a89743b2f4af565f9707.00004cd0.honggfuzz.cov16 ��&P��x��N�/Mw�����˰]��Z6d��9L⽲��o?RԑO4��ȗh{K�������lQք��nc�xni|~�t��!@����CN0ى�T��f`��…
D475971a4187a33c44ae9b99cad350767.0000c484.honggfuzz.cov16 ��&P��x��N�/Mw�����˰]��Z6d��9L⽲��o?RԑO4��ȗh{K�������lQք��nc�xni|~�t��!@����CN0ى�T��f`��…
D938db24dde426d21080274713126a023.0000c484.honggfuzz.cov16 ��&P��x��N�/Mw�����˰]��Z6d��9L⽲��o?RԑO4��ȗh{K�������lQք��nc�xni|~�t��!@����CN0ى�T��f`��…
Dd0f6855cfa683525b350a6e6929a6d4b.0000f544.honggfuzz.cov173 ��&P��x��N�/Mw�����˰]��Z6d��9L⽲��o?RԑO4��ȗh{K�������lQք��nc�xni|~�t��!@����CN0ى�T��f`��…
Dedfd385fca22be27f78105a29b83b015.0000f403.honggfuzz.cov251 ��&P��x��N�/Mw�����˰]��Z6d��9L⽲��o?RԑO4��ȗh{K�������lQք��nc�xni|~�t��!@����CN0ى�T��f`��…
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp7913 ConstantSDNode *CN0 = dyn_cast<ConstantSDNode>(BVN0->getOperand(k)); in tryCombineToBSL() local
7915 if (!CN0 || !CN1 || in tryCombineToBSL()
7916 CN0->getZExtValue() != (BitMask & ~CN1->getZExtValue())) { in tryCombineToBSL()
/external/honggfuzz/examples/apache-httpd/corpus_http1/
Dedfd385fca22be27f78105a29b83b015.0000f403.honggfuzz.cov251 ��&P��x��N�/Mw�����˰]��Z6d��9L⽲��o?RԑO4��ȗh{K�������lQք��nc�xni|~�t��!@����CN0ى�T��f`��…
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp9075 ConstantSDNode *CN0 = dyn_cast<ConstantSDNode>(BVN0->getOperand(k)); in tryCombineToBSL() local
9077 if (!CN0 || !CN1 || in tryCombineToBSL()
9078 CN0->getZExtValue() != (BitMask & ~CN1->getZExtValue())) { in tryCombineToBSL()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp17356 SDValue CN0 = N0.getOperand(0); in visitINSERT_SUBVECTOR() local
17358 EVT CN0VT = CN0.getValueType(); in visitINSERT_SUBVECTOR()
17364 CN0.getValueType(), CN0, CN1, N2); in visitINSERT_SUBVECTOR()