Home
last modified time | relevance | path

Searched refs:swapValues (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DSandboxIR.h608 void swapValues() { cast<llvm::SelectInst>(Val)->swapValues(); } in swapValues() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp334 NewSelect->swapValues(); in visitImpl()
H A DInstCombineSelect.cpp1638 Sel.swapValues(); in tryToReuseConstantFromSelectInComparison()
1876 SI.swapValues(); in foldSelectInstWithICmp()
3936 SI.swapValues(); in visitSelectInst()
H A DInstructionCombining.cpp1369 SI->swapValues(); in freelyInvertAllUsersOf()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1534 SI->swapValues(); in negateICmpIfUsedByBranchOrSelectOnly()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h1619 void swapValues() { Op<1>().swap(Op<2>()); }
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1903 SI->swapValues(); in foldICmpWithDominatingICmp()