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

  /external/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp 495 BinaryOperator *NewBO = nullptr;
497 NewBO = BinaryOperator::Create(BO->getOpcode(), NextInChain, TheOther,
500 NewBO = BinaryOperator::Create(BO->getOpcode(), TheOther, NextInChain,
503 return UserChain[ChainIndex] = NewBO;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]

Completed in 148 milliseconds