Searched defs:Idx0 (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/
H A DIRBuilder.h865 Value *CreateConstGEP1_32(Value *Ptr, unsigned Idx0, const Twine &Name = "") { argument
866 Value *Idx = ConstantInt::get(Type::getInt32Ty(Context), Idx0);
873 Value *CreateConstInBoundsGEP1_32(Value *Ptr, unsigned Idx0, argument
875 Value *Idx = ConstantInt::get(Type::getInt32Ty(Context), Idx0);
882 Value *CreateConstGEP2_32(Value *Ptr, unsigned Idx0, unsigned Idx1, argument
885 ConstantInt::get(Type::getInt32Ty(Context), Idx0),
894 Value *CreateConstInBoundsGEP2_32(Value *Ptr, unsigned Idx0, unsigned Idx1, argument
897 ConstantInt::get(Type::getInt32Ty(Context), Idx0),
906 Value *CreateConstGEP1_64(Value *Ptr, uint64_t Idx0, const Twine &Name = "") { argument
907 Value *Idx = ConstantInt::get(Type::getInt64Ty(Context), Idx0);
914 CreateConstInBoundsGEP1_64(Value *Ptr, uint64_t Idx0, const Twine &Name = Ó) argument
923 CreateConstGEP2_64(Value *Ptr, uint64_t Idx0, uint64_t Idx1, const Twine &Name = Ó) argument
935 CreateConstInBoundsGEP2_64(Value *Ptr, uint64_t Idx0, uint64_t Idx1, const Twine &Name = Ó) argument
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2385 int Idx0 = SVN0->getMaskElt(i); local
2387 if (Idx0 != Idx1) {
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5795 int Idx0 = (TwoInputs && (EltIdx >= 16)) ? 0x80 : EltIdx; local
5797 pshufbMask.push_back(DAG.getConstant(Idx0, MVT::i8));
5812 int Idx0 = (EltIdx < 16) ? 0x80 : EltIdx - 16; local
5814 pshufbMask.push_back(DAG.getConstant(Idx0, MVT::i8));

Completed in 155 milliseconds