Searched refs:Cexpr (Results 1 – 2 of 2) sorted by relevance
1770 if (const ConstantExpr *Cexpr = dyn_cast<ConstantExpr>(CPV)) { in printScalarConstant() local1771 const Value *v = Cexpr->stripPointerCasts(); in printScalarConstant()1816 } else if (const ConstantExpr *Cexpr = dyn_cast<ConstantExpr>(CPV)) { in bufferLEByte() local1818 ConstantFoldConstantExpression(Cexpr, TD))) { in bufferLEByte()1824 if (Cexpr->getOpcode() == Instruction::PtrToInt) { in bufferLEByte()1825 Value *v = Cexpr->getOperand(0)->stripPointerCasts(); in bufferLEByte()1838 } else if (const ConstantExpr *Cexpr = dyn_cast<ConstantExpr>(CPV)) { in bufferLEByte() local1840 ConstantFoldConstantExpression(Cexpr, TD))) { in bufferLEByte()1846 if (Cexpr->getOpcode() == Instruction::PtrToInt) { in bufferLEByte()1847 Value *v = Cexpr->getOperand(0)->stripPointerCasts(); in bufferLEByte()[all …]
160 } else if (const ConstantExpr *Cexpr = dyn_cast<ConstantExpr>(v)) { in print() local161 O << *nvptx::LowerConstant(Cexpr, AP); in print()