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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp481 Value *OpX = NULL; local
486 OpX = Op1;
490 OpX = Op0;
494 if (OpX && OpY) {
498 Value *FMulVal = Builder->CreateFMul(OpX, Log2);
499 Value *FSub = Builder->CreateFSub(FMulVal, OpX);

Completed in 104 milliseconds