OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NewCast
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp
481
CastInst *
NewCast
= new ZExtInst(I->getOperand(0), VTy, I->getName());
482
return InsertNewInstWith(
NewCast
, *I);
[
all
...]
InstCombineCasts.cpp
151
Value *
NewCast
= AllocaBuilder.CreateBitCast(New, AI.getType(), "tmpcast");
152
ReplaceInstUsesWith(AI,
NewCast
);
[
all
...]
InstCombineAndOrXor.cpp
[
all
...]
Completed in 47 milliseconds