OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LogicalShift
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InstCombineIntrinsic.cpp
121
bool
LogicalShift
= false;
148
LogicalShift
= false;
171
LogicalShift
= true;
194
LogicalShift
= true;
198
assert((
LogicalShift
|| !ShiftLeft) && "Only logical shifts can shift left");
218
return (
LogicalShift
? (ShiftLeft ? Builder.CreateShl(Vec, Amt)
223
if (
LogicalShift
)
245
return (
LogicalShift
? (ShiftLeft ? Builder.CreateShl(Vec, Amt)
277
// If
LogicalShift
- just return zero.
278
if (
LogicalShift
)
[
all
...]
Completed in 25 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026