OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CastOp
(Results
1 - 2
of
2
) 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
...]
Completed in 489 milliseconds