OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:aplength
(Results
1 - 1
of
1
) sorted by null
/external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp
558
APInt
APLength
= CILength->getValue().zextOrTrunc(6);
564
unsigned Length =
APLength
== 0 ? 64 :
APLength
.getZExtValue();
631
APInt
APLength
, APInt APIndex,
637
APLength
=
APLength
.zextOrTrunc(6);
644
unsigned Length =
APLength
== 0 ? 64 :
APLength
.getZExtValue();
[
all
...]
Completed in 1033 milliseconds