OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConstInt
(Results
1 - 8
of
8
) sorted by null
/external/llvm/lib/Transforms/Scalar/
ConstantHoisting.cpp
74
ConstantInt *
ConstInt
;
77
ConstantCandidate(ConstantInt *
ConstInt
)
78
:
ConstInt
(
ConstInt
), CumulativeCost(0) { }
160
ConstantInt *
ConstInt
);
265
/// \brief Record constant integer
ConstInt
for instruction Inst at operand
274
ConstantInt *
ConstInt
) {
280
ConstInt
->getValue(),
ConstInt
->getType());
282
Cost = TTI->getIntImmCost(Inst->getOpcode(), Idx,
ConstInt
->getValue()
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp
753
if (const ConstantInt *
ConstInt
= dyn_cast<ConstantInt>(SrcValue2)) {
756
const APInt &CIVal =
ConstInt
->getValue();
[
all
...]
/external/llvm/lib/Target/ARM/
ARMFastISel.cpp
[
all
...]
/art/compiler/llvm/
intrinsic_func_list.def
[
all
...]
gbc_expander.cc
[
all
...]
/external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp
893
if (const ConstantInt *
ConstInt
= dyn_cast<ConstantInt>(Src2Value)) {
896
const APInt &CIVal =
ConstInt
->getValue();
[
all
...]
/external/clang/test/SemaCXX/
type-traits.cpp
[
all
...]
/art/compiler/dex/portable/
mir_to_gbc.cc
236
id = art::llvm::IntrinsicHelper::
ConstInt
;
[
all
...]
Completed in 1300 milliseconds