HomeSort by relevance Sort by last modified time
    Searched defs:CondVal (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp     [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 648 Constant *CondVal = nullptr;
651 if (IsTrivialUnswitchCondition(LoopCond, &CondVal, &ExitBlock)) {
654 UnswitchTrivialCondition(currentLoop, LoopCond, CondVal, ExitBlock);
    [all...]

Completed in 163 milliseconds