Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:OpVal

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