Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp295 static Value *constructPointer(Value *Ptr, int64_t Offset, in constructPointer() function
7464 constructPointer(&Base, PrivStructLayout->getElementOffset(u), IRB); in createInitialization()
7471 Value *Ptr = constructPointer(&Base, u * PointeeTySize, IRB); in createInitialization()
7497 constructPointer(Base, PrivStructLayout->getElementOffset(u), IRB); in createReplacementValues()
7506 Value *Ptr = constructPointer(Base, u * PointeeTySize, IRB); in createReplacementValues()