reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
276 if (!CE || CE->getOpcode() != Instruction::BitCast || 276 if (!CE || CE->getOpcode() != Instruction::BitCast || 277 !getFormalParams(CS, getFunction(CE->getOperand(0)), Formals)) 281 ConstantFoldLoadThroughBitcast(CE, CE->getOperand(0)->getType(), DL)); 281 ConstantFoldLoadThroughBitcast(CE, CE->getOperand(0)->getType(), DL));