HomeSort by relevance Sort by last modified time
    Searched refs:getAggregateElement (Results 1 - 20 of 20) sorted by null

  /external/llvm/include/llvm/IR/
Constant.h 100 /// getAggregateElement - For aggregates (struct/array/vector) return the
104 Constant *getAggregateElement(unsigned Elt) const;
105 Constant *getAggregateElement(Constant *Elt) const;
  /external/llvm/include/llvm/Support/
IntegersSubset.h 468 const Constant *CV = C->getAggregateElement(idx);
474 cast<ConstantInt>(CV->getAggregateElement(0U))),
476 cast<ConstantInt>(CV->getAggregateElement(0U)))));
479 cast<ConstantInt>(CV->getAggregateElement(0U))),
481 cast<ConstantInt>(CV->getAggregateElement(1))));
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 28 Constant *Op0 = C->getAggregateElement(0U);
30 if (C->getAggregateElement(i) != Op0)
69 return C->getAggregateElement(EltNo);
100 if (Con->getAggregateElement(EltNo)->isNullValue())
180 return ReplaceInstUsesWith(EI, C->getAggregateElement(0U));
    [all...]
InstCombineCalls.cpp 588 Constant *Elt = Mask->getAggregateElement(i);
609 if (isa<UndefValue>(Mask->getAggregateElement(i)))
612 cast<ConstantInt>(Mask->getAggregateElement(i))->getZExtValue();
676 (cast<ConstantInt>(CV0->getAggregateElement(i)))->getValue();
679 (cast<ConstantInt>(CV1->getAggregateElement(i)))->getValue();
    [all...]
InstCombineSimplifyDemanded.cpp     [all...]
InstCombineMulDivRem.cpp     [all...]
InstructionCombining.cpp     [all...]
InstCombineCompares.cpp 306 Constant *Elt = Init->getAggregateElement(i);
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 173 Constant *Src =dyn_cast<ConstantInt>(C->getAggregateElement(SrcElt++));
199 Constant *Src = dyn_cast<ConstantInt>(C->getAggregateElement(i));
352 if (!ReadDataFromGlobal(C->getAggregateElement(Index), Offset, CurPtr,
    [all...]
ValueTracking.cpp     [all...]
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp     [all...]
CGExprComplex.cpp 119 return ComplexPairTy(pair->getAggregateElement(0U),
120 pair->getAggregateElement(1U));
    [all...]
CGExpr.cpp 425 return cast<llvm::ConstantInt>(Elts->getAggregateElement(Idx))
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp 756 return Val->getAggregateElement(Index);
    [all...]
Constants.cpp 179 /// getAggregateElement - For aggregates (struct/array/vector) return the
183 Constant *Constant::getAggregateElement(unsigned Elt) const {
204 Constant *Constant::getAggregateElement(Constant *Elt) const {
207 return getAggregateElement(CI->getZExtValue());
    [all...]
AsmWriter.cpp     [all...]
Instructions.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 685 Constant *In = Init->getAggregateElement(i);
717 Constant *In = Init->getAggregateElement(i);
    [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 404 Constant *Elt = C->getAggregateElement(i);
    [all...]

Completed in 410 milliseconds