OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CIVal
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCFastISel.cpp
843
const APInt &
CIVal
= ConstInt->getValue();
844
Imm = (IsZExt) ? (long)
CIVal
.getZExtValue() : (long)
CIVal
.getSExtValue();
1304
const APInt &
CIVal
= ConstInt->getValue();
1305
int Imm = (int)
CIVal
.getSExtValue();
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMFastISel.cpp
1357
const APInt &
CIVal
= ConstInt->getValue();
1358
Imm = (isZExt) ? (int)
CIVal
.getZExtValue() : (int)
CIVal
.getSExtValue();
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolution.cpp
6665
const APInt &
CIVal
= CI->getValue();
6667
(
CIVal
.getBitWidth() -
CIVal
.countLeadingZeros())) {
Completed in 27 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026