OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TrueOpnd
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp
16963
SDValue
TrueOpnd
= N->getOperand(1);
16967
if (Cond.getOpcode() != ISD::SETCC ||
TrueOpnd
.getOpcode() != ISD::SUB ||
16976
if (!(Cond.hasOneUse() ||
TrueOpnd
.hasOneUse() || FalseOpnd.hasOneUse()))
16990
std::swap(
TrueOpnd
, FalseOpnd);
16998
//
TrueOpnd
= CmpOpnd1 - CmpOpnd2
17000
if (
TrueOpnd
.getOperand(0) == CmpOpnd1 &&
17001
TrueOpnd
.getOperand(1) == CmpOpnd2 &&
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
13807
auto
TrueOpnd
= dyn_cast<ConstantFPSDNode>(Select.getOperand(1));
13810
if (
TrueOpnd
&& FalseOpnd &&
13823
std::swap(
TrueOpnd
, FalseOpnd);
13831
if (
TrueOpnd
->isExactlyValue(-1.0) && FalseOpnd->isExactlyValue(1.0) &&
13835
if (
TrueOpnd
->isExactlyValue(1.0) && FalseOpnd->isExactlyValue(-1.0))
Completed in 90 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026