OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InInst
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp
89
Instruction *
InInst
= cast<Instruction>(PN.getIncomingValue(i));
91
Value *NewInLHS =
InInst
->getOperand(0);
95
Value *NewInRHS =
InInst
->getOperand(1);
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombinePHI.cpp
101
Instruction *
InInst
= cast<Instruction>(PN.getIncomingValue(i));
103
Value *NewInLHS =
InInst
->getOperand(0);
107
Value *NewInRHS =
InInst
->getOperand(1);
[
all
...]
Completed in 256 milliseconds