Searched refs:Cexpr (Results 1 – 2 of 2) sorted by relevance
1782 if (const ConstantExpr *Cexpr = dyn_cast<ConstantExpr>(CPV)) { in printScalarConstant() local1783 const Value *v = Cexpr->stripPointerCasts(); in printScalarConstant()1784 PointerType *PTy = dyn_cast<PointerType>(Cexpr->getType()); in printScalarConstant()1833 if (const auto *Cexpr = dyn_cast<ConstantExpr>(CPV)) { in bufferLEByte() local1835 dyn_cast<ConstantInt>(ConstantFoldConstant(Cexpr, DL))) { in bufferLEByte()1839 if (Cexpr->getOpcode() == Instruction::PtrToInt) { in bufferLEByte()1840 Value *V = Cexpr->getOperand(0)->stripPointerCasts(); in bufferLEByte()1841 AggBuffer->addSymbol(V, Cexpr->getOperand(0)); in bufferLEByte()1858 } else if (const ConstantExpr *Cexpr = dyn_cast<ConstantExpr>(CPV)) { in bufferLEByte() local1859 const Value *v = Cexpr->stripPointerCasts(); in bufferLEByte()[all …]
532 : SExpr(COP_Literal), ValType(ValueType::getValueType<void>()), Cexpr(C) {} in Literal()539 const Expr *clangExpr() const { return Cexpr; } in clangExpr()560 const Expr *Cexpr = nullptr; variable579 if (Cexpr) in traverse()968 : SExpr(COP_Call), Target(T), Cexpr(Ce) {} in SExpr()969 Call(const Call &C, SExpr *T) : SExpr(C), Target(T), Cexpr(C.Cexpr) {} in Call()976 const CallExpr *clangCallExpr() const { return Cexpr; } in clangCallExpr()991 const CallExpr *Cexpr; variable