Home
last modified time | relevance | path

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

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