OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AsInt
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonVectorCombine.cpp
459
Value *
AsInt
= Builder.CreatePtrToInt(Ptr, HVC.getIntTy());
461
Value *And = Builder.CreateAnd(
AsInt
, Mask);
/src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
MasmParser.cpp
3703
APInt
AsInt
;
3704
if (parseRealValue(Semantics,
AsInt
))
3706
ValuesAsInt.push_back(
AsInt
);
3728
for (const APInt &
AsInt
: ValuesAsInt) {
3729
getStreamer().emitIntValue(
AsInt
);
4093
for (const APInt &
AsInt
: Contents.AsIntValues) {
4094
getStreamer().emitIntValue(
AsInt
.getLimitedValue(),
4095
AsInt
.getBitWidth() / 8);
4145
for (const auto &
AsInt
: Initializer.AsIntValues) {
4146
getStreamer().emitIntValue(
AsInt
.getLimitedValue()
[
all
...]
Completed in 153 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026