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

  /external/llvm/include/llvm/
Type.h 215 /// isSingleValueType - Return true if the type is a valid type for a
219 bool isSingleValueType() const {
  /external/llvm/lib/Target/PTX/
PTXAsmPrinter.cpp 344 assert(elementTy->isSingleValueType() &&
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
ArgumentPromotion.cpp 174 if (!STy->getElementType(i)->isSingleValueType()) {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 83 while (!SrcETy->isSingleValueType()) {
98 if (SrcETy->isSingleValueType()) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 232 if (GV->getType()->getElementType()->isSingleValueType()) {
    [all...]
ScalarReplAggregates.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 350 milliseconds