OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ITy
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
IndirectBrExpandPass.cpp
161
auto *
ITy
= cast<IntegerType>(DL.getIntPtrType(BA->getType()));
162
ConstantInt *BBIndexC = ConstantInt::get(
ITy
, BBIndex);
199
auto *
ITy
=
201
if (!CommonITy ||
ITy
->getBitWidth() > CommonITy->getBitWidth())
202
CommonITy =
ITy
;
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolution.cpp
461
IntegerType *
ITy
= cast<IntegerType>(getEffectiveSCEVType(Ty));
462
return getConstant(ConstantInt::get(
ITy
, V, isSigned));
472
Type *
ITy
)
473
: SCEVCastExpr(ID, scPtrToInt, Op,
ITy
) {
InstructionSimplify.cpp
1681
Type *
ITy
= Op0->getType();
1689
return getFalse(
ITy
);
1691
return getFalse(
ITy
);
1695
return getFalse(
ITy
);
1697
return getFalse(
ITy
);
1703
return getFalse(
ITy
);
1706
return getFalse(
ITy
);
1817
Type *
ITy
= Op0->getType();
1825
return getTrue(
ITy
);
1827
return getTrue(
ITy
);
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBuiltin.cpp
415
llvm::Type *
ITy
=
417
Ptr = CGF.Builder.CreateBitCast(Ptr,
ITy
->getPointerTo());
418
llvm::LoadInst *Load = CGF.Builder.CreateAlignedLoad(
ITy
, Ptr, LoadSize);
429
llvm::Type *
ITy
=
431
Ptr = CGF.Builder.CreateBitCast(Ptr,
ITy
->getPointerTo());
3780
llvm::Type *
ITy
= llvm::IntegerType::get(getLLVMContext(),
3782
Ptr = Builder.CreateBitCast(Ptr,
ITy
->getPointerTo());
3784
Builder.CreateAlignedStore(llvm::Constant::getNullValue(
ITy
), Ptr,
CGOpenMPRuntime.cpp
1566
llvm::Type *
ITy
= IVSize == 32 ? CGM.Int32Ty : CGM.Int64Ty;
1567
auto *PtrTy = llvm::PointerType::getUnqual(
ITy
);
1576
ITy
, // incr
1577
ITy
// chunk
1592
llvm::Type *
ITy
= IVSize == 32 ? CGM.Int32Ty : CGM.Int64Ty;
1596
ITy
, // lower
1597
ITy
, // upper
1598
ITy
, // stride
1599
ITy
// chunk
1631
llvm::Type *
ITy
= IVSize == 32 ? CGM.Int32Ty : CGM.Int64Ty
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp
863
Type *
ITy
= I->getType();
884
return Constant::getIntegerValue(
ITy
, Known.One);
910
return Constant::getIntegerValue(
ITy
, Known.One);
935
return Constant::getIntegerValue(
ITy
, Known.One);
953
return Constant::getIntegerValue(
ITy
, Known.One);
980
return Constant::getIntegerValue(
ITy
, Known.One);
InstCombineVectorOps.cpp
1521
Type *
ITy
= I->getType();
1522
if (
ITy
->isVectorTy() &&
1523
Mask.size() > cast<FixedVectorType>(
ITy
)->getNumElements())
InstCombineCalls.cpp
103
if (IntegerType*
ITy
= dyn_cast<IntegerType>(Ty)) {
104
if (
ITy
->getBitWidth() < 32)
262
Type *
ITy
= IntegerType::get(MI->getContext(), Len*8); // n=1 -> i8.
266
Type *NewDstPtrTy = PointerType::get(
ITy
, DstAddrSp);
271
StoreInst *S = Builder.CreateStore(ConstantInt::get(
ITy
, Fill), Dest,
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp
1886
IntegerType *
ITy
=
1888
MaterialReg = getRegForValue(ConstantInt::get(
ITy
, Imm));
/src/external/apache2/llvm/dist/llvm/lib/IR/
AutoUpgrade.cpp
2860
VectorType *
ITy
= VectorType::getInteger(FTy);
2861
Rep = Builder.CreateAnd(Builder.CreateBitCast(CI->getArgOperand(0),
ITy
),
2862
Builder.CreateBitCast(CI->getArgOperand(1),
ITy
));
2869
VectorType *
ITy
= VectorType::getInteger(FTy);
2870
Rep = Builder.CreateNot(Builder.CreateBitCast(CI->getArgOperand(0),
ITy
));
2872
Builder.CreateBitCast(CI->getArgOperand(1),
ITy
));
2879
VectorType *
ITy
= VectorType::getInteger(FTy);
2880
Rep = Builder.CreateOr(Builder.CreateBitCast(CI->getArgOperand(0),
ITy
),
2881
Builder.CreateBitCast(CI->getArgOperand(1),
ITy
));
2888
VectorType *
ITy
= VectorType::getInteger(FTy)
[
all
...]
Completed in 113 milliseconds
Indexes created Fri Aug 07 00:26:27 UTC 2026