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
298
Value *
CastOp
= CI->getOperand(0);
302
if (PointerType *SrcTy = dyn_cast<PointerType>(
CastOp
->getType())) {
316
if (Constant *CSrc = dyn_cast<Constant>(
CastOp
))
323
CastOp
= ConstantExpr::getGetElementPtr(CSrc, Idxs);
324
SrcTy = cast<PointerType>(
CastOp
->getType());
342
IC.Builder->CreateLoad(
CastOp
, LI.isVolatile(), CI->getName());
474
Value *
CastOp
= CI->getOperand(0);
477
PointerType *SrcTy = dyn_cast<PointerType>(
CastOp
->getType());
558
CastOp
= IC.Builder->CreateInBoundsGEP(
CastOp
, NewGEPIndices)
[
all
...]
/external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp
254
Value *
CastOp
= cast<CastInst>(V)->getOperand(0);
256
unsigned SmallWidth =
CastOp
->getType()->getPrimitiveSizeInBits();
261
Value *Result = GetLinearExpression(
CastOp
, Scale, Offset, Extension,
[
all
...]
Completed in 54 milliseconds