Home
last modified time | relevance | path

Searched refs:OpX (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp624 Value *OpX = nullptr; in visitFMul() local
629 OpX = Op1; in visitFMul()
633 OpX = Op0; in visitFMul()
637 if (OpX && OpY) { in visitFMul()
641 Value *FMulVal = Builder->CreateFMul(OpX, Log2); in visitFMul()
642 Value *FSub = Builder->CreateFSub(FMulVal, OpX); in visitFMul()
/external/llvm/lib/CodeGen/
DTargetInstrInfo.cpp695 MachineOperand &OpX = Prev.getOperand(OpIdx[Row][2]); in reassociateOps() local
701 unsigned RegX = OpX.getReg(); in reassociateOps()
724 bool KillX = OpX.isKill(); in reassociateOps()