OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UniquedVals
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelLowering.cpp
677
SDValue
UniquedVals
[4];
687
if (
UniquedVals
[i&(Multiple-1)].getNode() == 0)
688
UniquedVals
[i&(Multiple-1)] = N->getOperand(i);
689
else if (
UniquedVals
[i&(Multiple-1)] != N->getOperand(i))
693
// Okay, if we reached this point,
UniquedVals
[0..Multiple-1] contains
702
if (
UniquedVals
[i].getNode() == 0) continue; // Must have been undefs.
704
LeadingZero &= cast<ConstantSDNode>(
UniquedVals
[i])->isNullValue();
705
LeadingOnes &= cast<ConstantSDNode>(
UniquedVals
[i])->isAllOnesValue();
709
if (
UniquedVals
[Multiple-1].getNode() == 0)
711
int Val = cast<ConstantSDNode>(
UniquedVals
[Multiple-1])->getZExtValue()
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp
[
all
...]
Completed in 57 milliseconds