Lines Matching defs:CE1
755 if (ConstantExpr *CE1 = dyn_cast<ConstantExpr>(C1)) {
757 if (CE1->getOpcode() == Instruction::PtrToInt &&
758 isa<GlobalValue>(CE1->getOperand(0))) {
759 GlobalValue *GV = cast<GlobalValue>(CE1->getOperand(0));
936 if (ConstantExpr *CE1 = dyn_cast<ConstantExpr>(C1)) {
943 if (Instruction::isAssociative(Opcode) && CE1->getOpcode() == Opcode) {
944 Constant *T = ConstantExpr::get(Opcode, CE1->getOperand(1), C2);
946 return ConstantExpr::get(Opcode, CE1->getOperand(0), T);
1074 } else if (auto *CE1 = dyn_cast<ConstantExpr>(V1)) {
1077 Constant *CE1Op0 = CE1->getOperand(0);
1079 switch (CE1->getOpcode()) {
1081 GEPOperator *CE1GEP = cast<GEPOperator>(CE1);