HomeSort by relevance Sort by last modified time
    Searched refs:getScalarType (Results 26 - 50 of 53) sorted by null

12 3

  /external/llvm/lib/Analysis/
ValueTracking.cpp 235 V->getType()->getScalarType()->isPointerTy()) &&
238 TD->getTypeSizeInBits(V->getType()->getScalarType()) == BitWidth) &&
437 SrcBitWidth = TD->getTypeSizeInBits(SrcTy->getScalarType());
    [all...]
InstructionSimplify.cpp 65 assert(Ty->getScalarType()->isIntegerTy(1) &&
73 assert(Ty->getScalarType()->isIntegerTy(1) &&
672 assert(V->getType()->getScalarType()->isPointerTy());
679 Type *IntPtrTy = TD->getIntPtrType(V->getType())->getScalarType();
700 assert(V->getType()->getScalarType()->isPointerTy() &&
    [all...]
ConstantFolding.cpp 554 unsigned BitWidth = DL->getTypeSizeInBits(Op0->getType()->getScalarType());
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 372 DAG.getValueType(N->getValueType(0).getScalarType()));
403 N->getOperand(0).getValueType().getScalarType());
610 EVT HalfNVT = EVT::getVectorVT(*DAG.getContext(), NVT.getScalarType(),
    [all...]
LegalizeDAG.cpp     [all...]
LegalizeTypes.h 214 return DAG.getZeroExtendInReg(Op, dl, OldVT.getScalarType());
    [all...]
LegalizeVectorTypes.cpp 417 N->getValueType(0).getScalarType(), Elt);
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
BBVectorize.cpp 454 assert(ElemTy->getScalarType() == Elem2Ty->getScalarType() &&
456 Type *STy = ElemTy->getScalarType();
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 235 MVT ScalarVT = SimpleVT.getScalarType();
461 MVT ScalarVT = SimpleVT.getScalarType();
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 110 assert((!TD || TD->getTypeSizeInBits(VTy->getScalarType()) == BitWidth) &&
    [all...]
InstCombineAndOrXor.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
Reassociate.cpp 500 unsigned Bitwidth = I->getType()->getScalarType()->getPrimitiveSizeInBits();
    [all...]
ScalarReplAggregates.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 260 VT = VT.getScalarType();
    [all...]

Completed in 1328 milliseconds

12 3