reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Scalar/SROA.cpp
 2346     assert((!IntTy && !VecTy) || (IntTy && !VecTy) || (!IntTy && VecTy));
 2346     assert((!IntTy && !VecTy) || (IntTy && !VecTy) || (!IntTy && VecTy));
 2346     assert((!IntTy && !VecTy) || (IntTy && !VecTy) || (!IntTy && VecTy));
 2377     if (VecTy || IntTy)
 2470     assert(IntTy && "We cannot insert an integer to the alloca");
 2474     V = convertValue(DL, IRB, V, IntTy);
 2510     } else if (IntTy && LI.getType()->isIntegerTy()) {
 2627     assert(IntTy && "We cannot extract an integer from the alloca");
 2629     if (DL.getTypeSizeInBits(V->getType()) != IntTy->getBitWidth()) {
 2632       Old = convertValue(DL, IRB, Old, IntTy);
 2677     if (IntTy && V->getType()->isIntegerTy())
 2781       if (VecTy || IntTy)
 2836     } else if (IntTy) {
 2844       if (IntTy && (BeginOffset != NewAllocaBeginOffset ||
 2848         Old = convertValue(DL, IRB, Old, IntTy);
 2852         assert(V->getType() == IntTy &&
 2922         !VecTy && !IntTy &&
 3003         IntTy ? Type::getIntNTy(IntTy->getContext(), Size * 8) : nullptr;
 3003         IntTy ? Type::getIntNTy(IntTy->getContext(), Size * 8) : nullptr;
 3013     } else if (IntTy && !IsWholeAlloca) {
 3035     } else if (IntTy && !IsWholeAlloca && !IsDest) {
 3038       Src = convertValue(DL, IRB, Src, IntTy);
 3053     } else if (IntTy && !IsWholeAlloca && IsDest) {
 3056       Old = convertValue(DL, IRB, Old, IntTy);