Lines Matching refs:processValue
186 Value processValue(llvm::Value *value);
566 Value Importer::processValue(llvm::Value *value) { in processValue() function in Importer
775 Value value = processValue(pn->getIncomingValueForBlock(br->getParent())); in processBranchArgs()
837 Value value = processValue(op); in processInstruction()
855 Value size = processValue(inst->getOperand(0)); in processInstruction()
867 Value lhs = processValue(inst->getOperand(0)); in processInstruction()
868 Value rhs = processValue(inst->getOperand(1)); in processInstruction()
877 Value lhs = processValue(inst->getOperand(0)); in processInstruction()
878 Value rhs = processValue(inst->getOperand(1)); in processInstruction()
891 Value condition = processValue(brInst->getCondition()); in processInstruction()
919 Value condition = processValue(swInst->getCondition()); in processInstruction()
963 Value arg = processValue(op.get()); in processInstruction()
995 Value calledValue = processValue(ci->getCalledOperand()); in processInstruction()
1029 ops.push_back(processValue(op.get())); in processInstruction()
1042 ops.insert(ops.begin(), processValue(ii->getCalledOperand())); in processInstruction()
1072 Value basePtr = processValue(gep->getOperand(0)); in processInstruction()
1077 indices.push_back(processValue(operand)); in processInstruction()
1097 Value inserted = processValue(ivInst->getInsertedValueOperand()); in processInstruction()
1100 Value aggOperand = processValue(ivInst->getAggregateOperand()); in processInstruction()
1114 Value aggOperand = processValue(evInst->getAggregateOperand()); in processInstruction()
1132 Value vec1 = processValue(svInst->getOperand(0)); in processInstruction()
1135 Value vec2 = processValue(svInst->getOperand(1)); in processInstruction()