Home
last modified time | relevance | path

Searched defs:CastedValue (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp240 struct CastedValue { struct
241 const Value *V;
242 unsigned ZExtBits = 0;
243 unsigned SExtBits = 0;
244 unsigned TruncBits = 0;
246 explicit CastedValue(const Value *V) : V(V) {} in CastedValue() argument
247 explicit CastedValue(const Value *V, unsigned ZExtBits, unsigned SExtBits, in CastedValue() argument
251 unsigned getBitWidth() const { in getBitWidth()
256 CastedValue withValue(const Value *NewV) const { in withValue()
261 CastedValue withZExtOfValue(const Value *NewV) const { in withZExtOfValue()
[all …]
/aosp_15_r20/frameworks/compile/libbcc/lib/
DRSInvokeHelperPass.cpp150 …llvm::CastInst* CastedValue = llvm::CastInst::CreatePointerCast(V, RSStructType->getPointerTo(), "… in insertSetObjectHelper() local