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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 161 Value *CastOp = CI->getOperand(0);
165 if (PointerType *SrcTy = dyn_cast<PointerType>(CastOp->getType())) {
179 if (Constant *CSrc = dyn_cast<Constant>(CastOp))
184 CastOp = ConstantExpr::getGetElementPtr(CSrc, Idxs);
185 SrcTy = cast<PointerType>(CastOp->getType());
202 IC.Builder->CreateLoad(CastOp, LI.isVolatile(), CI->getName());
327 Value *CastOp = CI->getOperand(0);
330 PointerType *SrcTy = dyn_cast<PointerType>(CastOp->getType());
400 CastOp = IC.Builder->CreateInBoundsGEP(CastOp, NewGEPIndices)
    [all...]
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 226 Value *CastOp = cast<CastInst>(V)->getOperand(0);
228 unsigned SmallWidth = CastOp->getType()->getPrimitiveSizeInBits();
233 Value *Result = GetLinearExpression(CastOp, Scale, Offset, Extension,
    [all...]

Completed in 51 milliseconds