Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp333 NewSelect->swapValues(); in visitImpl()
H A DInstCombineSelect.cpp1728 Sel.swapValues(); in tryToReuseConstantFromSelectInComparison()
2012 SI.swapValues(); in foldSelectInstWithICmp()
4293 SI.swapValues(); in visitSelectInst()
H A DInstructionCombining.cpp1397 SI->swapValues(); in freelyInvertAllUsersOf()
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp340 void SelectInst::swapValues() { in swapValues() function in llvm::sandboxir::SelectInst
343 cast<llvm::SelectInst>(Val)->swapValues(); in swapValues()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1524 SI->swapValues(); in negateICmpIfUsedByBranchOrSelectOnly()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h461 LLVM_ABI void swapValues();
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h1738 void swapValues() { Op<1>().swap(Op<2>()); }
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1974 SI->swapValues(); in foldICmpWithDominatingICmp()