Lines Matching defs:OpVal
3460 /// Check to see if all uses of OpVal by the specified inline asm call are due
3462 static bool IsOperandAMemoryOperand(CallInst *CI, InlineAsm *IA, Value *OpVal,
3478 if (OpInfo.CallOperandVal == OpVal &&
4065 Value *OpVal = CS->getArgOperand(ArgNo++);
4066 MadeChange |= optimizeMemoryInst(CS, OpVal, OpVal->getType(), ~0u);