OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:secondOp
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/IR/
Instructions.cpp
2730
Instruction::CastOps firstOp, Instruction::CastOps
secondOp
,
2736
// correspond to
secondOp
. In looking at the table below, keep in mind
2768
// U E E 2 2 2 2 R E I T C C +-
secondOp
2791
bool IsSecondBitcast = (
secondOp
== Instruction::BitCast);
2801
[
secondOp
-Instruction::CastOpsBegin];
2811
return
secondOp
;
2826
// No-op cast in first op implies
secondOp
as long as the SrcTy
2829
return
secondOp
;
2832
// No-op cast in first op implies
secondOp
as long as the SrcTy
2835
return
secondOp
;
[
all
...]
ConstantFold.cpp
99
Instruction::CastOps
secondOp
= Instruction::CastOps(opc);
107
return CastInst::isEliminableCastPair(firstOp,
secondOp
, SrcTy, MidTy, DstTy,
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp
257
Instruction::CastOps
secondOp
= CI2->getOpcode();
264
unsigned Res = CastInst::isEliminableCastPair(firstOp,
secondOp
, SrcTy, MidTy,
Completed in 97 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026