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

  /external/llvm/lib/IR/
Constants.cpp 51 if (const ConstantDataVector *CV = dyn_cast<ConstantDataVector>(this))
106 if (const ConstantDataVector *CV = dyn_cast<ConstantDataVector>(this))
762 // the element type is compatible with ConstantDataVector. If so, use it.
    [all...]
AsmWriter.cpp     [all...]
ConstantFold.cpp 549 if ((isa<ConstantVector>(V) || isa<ConstantDataVector>(V)) &&
    [all...]
  /external/llvm/include/llvm/IR/
Constants.h 523 /// This is the common base class of ConstantDataArray and ConstantDataVector.
693 /// ConstantDataVector - A vector constant whose element type is a simple
698 class ConstantDataVector : public ConstantDataSequential {
700 ConstantDataVector(const ConstantDataVector &) LLVM_DELETED_FUNCTION;
703 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...]
InstructionCombining.cpp 523 if (ConstantDataVector *C = dyn_cast<ConstantDataVector>(V))
542 if (ConstantDataVector *C = dyn_cast<ConstantDataVector>(V))
    [all...]
InstCombineMulDivRem.cpp     [all...]
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 74 ConstantDataVector *CDV = dyn_cast<ConstantDataVector>(C);
106 if (!isa<ConstantDataVector>(C) && !isa<ConstantVector>(C))
150 !isa<ConstantDataVector>(C))
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/include/llvm/Support/
PatternMatch.h 716 return (isa<ConstantInt>(RHS) || isa<ConstantDataVector>(RHS) ||
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 922 milliseconds