Home | History | Annotate | Download | only in IR

Lines Matching refs:CE2

1580         ConstantExpr *CE2 = cast<ConstantExpr>(V2);
1581 Constant *CE2Op0 = CE2->getOperand(0);
1585 switch (CE2->getOpcode()) {
1593 GEPOperator *CE2GEP = cast<GEPOperator>(CE2);
1609 !CE2->isGEPWithNoNotionalOverIndexing())
1614 for (;i != CE1->getNumOperands() && i != CE2->getNumOperands();
1617 CE2->getOperand(i), GTI.getIndexedType())) {
1633 for (; i < CE2->getNumOperands(); ++i)
1634 if (!CE2->getOperand(i)->isNullValue()) {
1635 if (isa<ConstantInt>(CE2->getOperand(i)))
1936 if (ConstantExpr *CE2 = dyn_cast<ConstantExpr>(C2)) {
1937 Constant *CE2Op0 = CE2->getOperand(0);
1938 if (CE2->getOpcode() == Instruction::BitCast &&
1939 CE2->getType()->isVectorTy() == CE2Op0->getType()->isVectorTy()) {