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

  /external/llvm/lib/Analysis/
CostModel.cpp 96 ConstantDataVector *CDV = 0;
97 if ((CDV = dyn_cast<ConstantDataVector>(V)))
ConstantFolding.cpp 75 ConstantDataVector *CDV = dyn_cast<ConstantDataVector>(C);
107 if (!isa<ConstantDataVector>(C) && !isa<ConstantVector>(C))
151 !isa<ConstantDataVector>(C))
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 51 if (const ConstantDataVector *CV = dyn_cast<ConstantDataVector>(this))
103 if (const ConstantDataVector *CV = dyn_cast<ConstantDataVector>(this))
767 // the element type is compatible with ConstantDataVector. If so, use it.
    [all...]
AsmWriter.cpp     [all...]
ConstantFold.cpp 550 if ((isa<ConstantVector>(V) || isa<ConstantDataVector>(V)) &&
    [all...]
  /external/llvm/include/llvm/IR/
Constants.h 522 /// This is the common base class of ConstantDataArray and ConstantDataVector.
692 /// ConstantDataVector - A vector constant whose element type is a simple
697 class ConstantDataVector : public ConstantDataSequential {
699 ConstantDataVector(const ConstantDataVector &) LLVM_DELETED_FUNCTION;
702 explicit ConstantDataVector(Type *ty, const char *Data)
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 670 if (ConstantDataVector *CV0 = dyn_cast<ConstantDataVector>(Arg0)) {
671 if (ConstantDataVector *CV1 = dyn_cast<ConstantDataVector>(Arg1)) {
692 if (ConstantDataVector *CV1 = dyn_cast<ConstantDataVector>(Arg1)) {
    [all...]
InstCombineMulDivRem.cpp 103 static Constant *getLogBase2Vector(ConstantDataVector *CV) {
146 else if (ConstantDataVector *CV = dyn_cast<ConstantDataVector>(C1))
    [all...]
InstructionCombining.cpp 523 if (ConstantDataVector *C = dyn_cast<ConstantDataVector>(V))
542 if (ConstantDataVector *C = dyn_cast<ConstantDataVector>(V))
    [all...]
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 853 const ConstantDataVector *CDV = dyn_cast<ConstantDataVector>(C);
    [all...]
  /external/llvm/include/llvm/Support/
PatternMatch.h 729 return (isa<ConstantInt>(RHS) || isa<ConstantDataVector>(RHS) ||
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 1009 milliseconds