Home | History | Annotate | Download | only in IR

Lines Matching refs:CE2

1526         ConstantExpr *CE2 = cast<ConstantExpr>(V2);
1527 Constant *CE2Op0 = CE2->getOperand(0);
1531 switch (CE2->getOpcode()) {
1539 GEPOperator *CE2GEP = cast<GEPOperator>(CE2);
1555 !CE2->isGEPWithNoNotionalOverIndexing())
1560 for (;i != CE1->getNumOperands() && i != CE2->getNumOperands();
1563 CE2->getOperand(i), GTI.getIndexedType())) {
1579 for (; i < CE2->getNumOperands(); ++i)
1580 if (!CE2->getOperand(i)->isNullValue()) {
1581 if (isa<ConstantInt>(CE2->getOperand(i)))
1872 if (ConstantExpr *CE2 = dyn_cast<ConstantExpr>(C2)) {
1873 Constant *CE2Op0 = CE2->getOperand(0);
1874 if (CE2->getOpcode() == Instruction::BitCast &&
1875 CE2->getType()->isVectorTy() == CE2Op0->getType()->isVectorTy()) {