OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IntOfs
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
6788
//
IntOfs
= select Sel, 0, 0x8000000000000000
6789
// Result = fp_to_sint(Src - FltOfs) ^
IntOfs
6795
SDValue
IntOfs
= DAG.getSelect(dl, DstVT, Sel,
6809
Result = DAG.getNode(ISD::XOR, dl, DstVT, SInt,
IntOfs
);
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp
8096
//
IntOfs
= select Sel, 0, 0x80000000
8097
// Result = fp_to_sint(Src - FltOfs) ^
IntOfs
8119
SDValue
IntOfs
= DAG.getSelect(
8121
SDValue Result = DAG.getNode(ISD::XOR, dl, DstVT, SInt,
IntOfs
);
Completed in 31 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026