Lines Matching refs:mInstruction
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()
848 if (type->mOperand2[i].mInstruction != argType[i]) { in getFunctionType()
985 return mFunc->mResultType.mInstruction; in getReturnType()