Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CE

419   if (llvm::ConstantExpr *CE = dyn_cast<llvm::ConstantExpr>(C)) {
420 assert(CE->getOpcode() == llvm::Instruction::BitCast);
421 Entry = cast<llvm::GlobalValue>(CE->getOperand(0));