Home
last modified time | relevance | path

Searched defs:ptrVal (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenBuilder.h149 if (const auto ptrVal = mlir::dyn_cast<cir::ConstPtrAttr>(attr)) in isNullValue() local
/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/
H A DLowerToLLVM.cpp319 mlir::Value ptrVal = rewriter.create<mlir::LLVM::ConstantOp>( in visitCirAttr() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1218 PointerUnion<const Value *, const PseudoSourceValue *> ptrVal; member