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.cpp296 static Value *constructPointer(Value *Ptr, int64_t Offset, in constructPointer() function
7540 constructPointer(&Base, PrivStructLayout->getElementOffset(u), IRB); in createInitialization()
7547 Value *Ptr = constructPointer(&Base, u * PointeeTySize, IRB); in createInitialization()
7573 constructPointer(Base, PrivStructLayout->getElementOffset(u), IRB); in createReplacementValues()
7582 Value *Ptr = constructPointer(Base, u * PointeeTySize, IRB); in createReplacementValues()