Home | History | Annotate | Download | only in Scalar

Lines Matching refs:OpVal

1250 /// IsOperandAMemoryOperand - Check to see if all uses of OpVal by the specified
1253 static bool IsOperandAMemoryOperand(CallInst *CI, InlineAsm *IA, Value *OpVal,
1264 if (OpInfo.CallOperandVal == OpVal &&
1681 Value *OpVal = CS->getArgOperand(ArgNo++);
1682 MadeChange |= OptimizeMemoryInst(CS, OpVal, OpVal->getType());