Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CE

410   if (llvm::ConstantExpr *CE = dyn_cast<llvm::ConstantExpr>(Entry)) {
411 assert(CE->getOpcode() == llvm::Instruction::BitCast);
412 Entry = CE->getOperand(0);