Searched refs:allocaOp (Results 1 – 1 of 1) sorted by relevance
2166 auto allocaOp = cast<AllocaOp>(op); in allocateBuffer() local2167 auto elementPtrType = this->getElementPtrType(allocaOp.getType()); in allocateBuffer()2171 allocaOp.alignment() ? *allocaOp.alignment() : 0); in allocateBuffer()