Lines Matching refs:CE
454 CE);
644 if (const auto *CE = dyn_cast<ConstantExpr>(&C))
645 visitConstantExprsRecursively(CE);
1627 if (const auto *CE = dyn_cast<ConstantExpr>(C))
1628 visitConstantExpr(CE);
1650 void Verifier::visitConstantExpr(const ConstantExpr *CE) {
1651 if (CE->getOpcode() != Instruction::BitCast)
1654 Assert(CastInst::castIsValid(Instruction::BitCast, CE->getOperand(0),
1655 CE->getType()),
1656 "Invalid bitcast", CE);
3678 } else if (ConstantExpr *CE = dyn_cast<ConstantExpr>(I.getOperand(i))) {
3679 if (CE->getType()->isPtrOrPtrVectorTy()) {
3682 visitConstantExprsRecursively(CE);