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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 100 const ConstantInt *IPtr)
102 Constant(true) { Constants.CIP = IPtr; EntryKind = E_ConstantInt; }
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 591 Value *&IPtr, Value *&JPtr, unsigned &IAlignment, unsigned &JAlignment,
597 IPtr = LI->getPointerOperand();
605 IPtr = SI->getPointerOperand();
616 const SCEV *IPtrSCEV = SE->getSCEV(IPtr);
628 Type *VTy = cast<PointerType>(IPtr->getType())->getElementType();
    [all...]

Completed in 1720 milliseconds