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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 285 Value *CastOp = CI->getOperand(0);
289 if (PointerType *SrcTy = dyn_cast<PointerType>(CastOp->getType())) {
303 if (Constant *CSrc = dyn_cast<Constant>(CastOp))
308 CastOp = ConstantExpr::getGetElementPtr(CSrc, Idxs);
309 SrcTy = cast<PointerType>(CastOp->getType());
326 IC.Builder->CreateLoad(CastOp, LI.isVolatile(), CI->getName());
451 Value *CastOp = CI->getOperand(0);
454 PointerType *SrcTy = dyn_cast<PointerType>(CastOp->getType());
524 CastOp = IC.Builder->CreateInBoundsGEP(CastOp, NewGEPIndices)
    [all...]
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 240 Value *CastOp = cast<CastInst>(V)->getOperand(0);
242 unsigned SmallWidth = CastOp->getType()->getPrimitiveSizeInBits();
247 Value *Result = GetLinearExpression(CastOp, Scale, Offset, Extension,
    [all...]
ScalarEvolution.cpp     [all...]

Completed in 43 milliseconds