Lines Matching refs:Cexpr
1725 if (const ConstantExpr *Cexpr = dyn_cast<ConstantExpr>(CPV)) { in printScalarConstant() local
1726 const Value *v = Cexpr->stripPointerCasts(); in printScalarConstant()
1727 PointerType *PTy = dyn_cast<PointerType>(Cexpr->getType()); in printScalarConstant()
1781 } else if (const ConstantExpr *Cexpr = dyn_cast<ConstantExpr>(CPV)) { in bufferLEByte() local
1783 ConstantFoldConstantExpression(Cexpr, *TD))) { in bufferLEByte()
1789 if (Cexpr->getOpcode() == Instruction::PtrToInt) { in bufferLEByte()
1790 Value *v = Cexpr->getOperand(0)->stripPointerCasts(); in bufferLEByte()
1803 } else if (const ConstantExpr *Cexpr = dyn_cast<ConstantExpr>(CPV)) { in bufferLEByte() local
1805 ConstantFoldConstantExpression(Cexpr, *TD))) { in bufferLEByte()
1811 if (Cexpr->getOpcode() == Instruction::PtrToInt) { in bufferLEByte()
1812 Value *v = Cexpr->getOperand(0)->stripPointerCasts(); in bufferLEByte()
1843 } else if (const ConstantExpr *Cexpr = dyn_cast<ConstantExpr>(CPV)) { in bufferLEByte() local
1844 const Value *v = Cexpr->stripPointerCasts(); in bufferLEByte()