HomeSort by relevance Sort by last modified time
    Searched refs:CommonValue (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 471 Value *CommonValue = nullptr;
481 if (!V || (CommonValue && V != CommonValue))
483 CommonValue = V;
486 return CommonValue;
512 Value *CommonValue = nullptr;
520 if (!V || (CommonValue && V != CommonValue))
522 CommonValue = V;
525 return CommonValue;
    [all...]
ConstantFolding.cpp     [all...]

Completed in 203 milliseconds