Home
last modified time | relevance | path

Searched refs:Cexpr (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1766 const Value *v = Cexpr->stripPointerCasts(); in printScalarConstant()
1767 PointerType *PTy = dyn_cast<PointerType>(Cexpr->getType()); in printScalarConstant()
1846 ConstantFoldConstant(Cexpr, DL))) { in bufferLEByte()
1852 if (Cexpr->getOpcode() == Instruction::PtrToInt) { in bufferLEByte()
1853 Value *v = Cexpr->getOperand(0)->stripPointerCasts(); in bufferLEByte()
1854 aggBuffer->addSymbol(v, Cexpr->getOperand(0)); in bufferLEByte()
1868 ConstantFoldConstant(Cexpr, DL))) { in bufferLEByte()
1874 if (Cexpr->getOpcode() == Instruction::PtrToInt) { in bufferLEByte()
1876 aggBuffer->addSymbol(v, Cexpr->getOperand(0)); in bufferLEByte()
1913 const Value *v = Cexpr->stripPointerCasts(); in bufferLEByte()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h533 : SExpr(COP_Literal), ValType(ValueType::getValueType<void>()), Cexpr(C) {} in Literal()
540 const Expr *clangExpr() const { return Cexpr; } in clangExpr()
561 const Expr *Cexpr = nullptr; variable
580 if (Cexpr) in traverse()
967 : SExpr(COP_Call), Target(T), Cexpr(Ce) {} in SExpr()
968 Call(const Call &C, SExpr *T) : SExpr(C), Target(T), Cexpr(C.Cexpr) {} in Call()
975 const CallExpr *clangCallExpr() const { return Cexpr; } in clangCallExpr()
990 const CallExpr *Cexpr; variable