Searched refs:AltOp (Results 1 – 1 of 1) sorted by relevance
311 Instruction *AltOp = nullptr; member319 return AltOp ? AltOp->getOpcode() : 0; in getAltOpcode()331 InstructionsState(Value *OpValue, Instruction *MainOp, Instruction *AltOp) in InstructionsState()332 : OpValue(OpValue), MainOp(MainOp), AltOp(AltOp) {} in InstructionsState()2403 Type *Src1SclTy = S.AltOp->getOperand(0)->getType(); in getEntryCost()