Lines Matching refs:Cexpr
1732 if (const ConstantExpr *Cexpr = dyn_cast<ConstantExpr>(CPV)) { in printScalarConstant() local
1733 const Value *v = Cexpr->stripPointerCasts(); in printScalarConstant()
1734 PointerType *PTy = dyn_cast<PointerType>(Cexpr->getType()); in printScalarConstant()
1812 } else if (const ConstantExpr *Cexpr = dyn_cast<ConstantExpr>(CPV)) { in bufferLEByte() local
1814 ConstantFoldConstantExpression(Cexpr, DL))) { in bufferLEByte()
1820 if (Cexpr->getOpcode() == Instruction::PtrToInt) { in bufferLEByte()
1821 Value *v = Cexpr->getOperand(0)->stripPointerCasts(); in bufferLEByte()
1822 aggBuffer->addSymbol(v, Cexpr->getOperand(0)); in bufferLEByte()
1834 } else if (const ConstantExpr *Cexpr = dyn_cast<ConstantExpr>(CPV)) { in bufferLEByte() local
1836 ConstantFoldConstantExpression(Cexpr, DL))) { in bufferLEByte()
1842 if (Cexpr->getOpcode() == Instruction::PtrToInt) { in bufferLEByte()
1843 Value *v = Cexpr->getOperand(0)->stripPointerCasts(); in bufferLEByte()
1844 aggBuffer->addSymbol(v, Cexpr->getOperand(0)); in bufferLEByte()
1874 } else if (const ConstantExpr *Cexpr = dyn_cast<ConstantExpr>(CPV)) { in bufferLEByte() local
1875 const Value *v = Cexpr->stripPointerCasts(); in bufferLEByte()
1876 aggBuffer->addSymbol(v, Cexpr); in bufferLEByte()