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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp447 Value *OpX = NULL; local
452 OpX = Op1;
456 OpX = Op0;
460 if (OpX && OpY) {
462 Value *FMulVal = Builder->CreateFMul(OpX, Log2);
465 Instruction *FSub = BinaryOperator::CreateFSub(FMulVal, OpX);

Completed in 36 milliseconds