OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:exti
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp
3002
const unsigned *
exti
, *exte, *insi, *inse;
local
3003
for (
exti
= EV.idx_begin(), insi = IV->idx_begin(),
3005
exti
!= exte && insi != inse;
3006
++
exti
, ++insi) {
3007
if (*insi != *
exti
)
3019
if (
exti
== exte && insi == inse)
3025
if (
exti
== exte) {
3049
makeArrayRef(
exti
, exte));
InstructionCombining.cpp
3002
const unsigned *
exti
, *exte, *insi, *inse;
local
3003
for (
exti
= EV.idx_begin(), insi = IV->idx_begin(),
3005
exti
!= exte && insi != inse;
3006
++
exti
, ++insi) {
3007
if (*insi != *
exti
)
3019
if (
exti
== exte && insi == inse)
3025
if (
exti
== exte) {
3049
makeArrayRef(
exti
, exte));
InstructionCombining.cpp
3002
const unsigned *
exti
, *exte, *insi, *inse;
local
3003
for (
exti
= EV.idx_begin(), insi = IV->idx_begin(),
3005
exti
!= exte && insi != inse;
3006
++
exti
, ++insi) {
3007
if (*insi != *
exti
)
3019
if (
exti
== exte && insi == inse)
3025
if (
exti
== exte) {
3049
makeArrayRef(
exti
, exte));
Completed in 55 milliseconds
Indexes created Wed May 13 00:24:45 UTC 2026