Searched refs:mInstruction (Results 1 – 7 of 7) sorted by relevance
40 IdRef() : mId(0), mInstruction(nullptr) {} in IdRef()44 mutable Instruction *mInstruction; member
79 ref->mInstruction = it->second; in resolveIds()343 return getSize(vTy->mOperand1.mInstruction) * vTy->mOperand2; in getSize()353 sz += getSize(ty.mInstruction); in getSize()466 if (mode->mOperand1.mInstruction == mFunction) { in applyExecutionMode()562 return nameInst->mOperand1.mInstruction; in lookupByName()575 if (nameInst->mOperand1.mInstruction == target) { in lookupNameByInstruction()708 if (c->mOperand1[i].mInstruction != components[i]) { in getConstantComposite()793 return vecTy->mOperand1.mInstruction == componentType && in getVectorType()807 type->mOperand2.mInstruction == pointeeType; in getPointerType()843 if (type->mOperand1.mInstruction != retType || in getFunctionType()[all …]
26 IdRef::IdRef(Instruction *inst) : mId(inst->getId()), mInstruction(inst) {} in IdRef()
65 RHS->mInstruction = nullptr;
172 Instruction *elementType = param->mResultType.mInstruction; in AddWrapper()244 static_cast<TypePointerInst *>(bufferVar->mResultType.mInstruction); in DecorateGlobalBuffer()246 static_cast<TypeStructInst *>(StructPtrTy->mOperand2.mInstruction); in DecorateGlobalBuffer()
143 static_cast<FunctionInst *>(call->mOperand1.mInstruction); in transform()
334 static_cast<FunctionInst *>(call->mOperand1.mInstruction); in transform()