OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:firstOp
(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,
2735
// case in the switch below. The rows correspond to
firstOp
, the columns
2776
{ 99,99,99, 0, 0,99,99, 0, 0,99,99, 4, 0}, // UIToFP +-
firstOp
2790
bool IsFirstBitcast = (
firstOp
== Instruction::BitCast);
2800
int ElimCase = CastResults[
firstOp
-Instruction::CastOpsBegin]
2808
return
firstOp
;
2813
// No-op cast in second op implies
firstOp
as long as the DestTy
2817
return
firstOp
;
2820
// No-op cast in second op implies
firstOp
as long as the DestTy
2823
return
firstOp
;
[
all
...]
ConstantFold.cpp
98
Instruction::CastOps
firstOp
= Instruction::CastOps(Op->getOpcode());
107
return CastInst::isEliminableCastPair(
firstOp
, secondOp, SrcTy, MidTy, DstTy,
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp
256
Instruction::CastOps
firstOp
= CI1->getOpcode();
264
unsigned Res = CastInst::isEliminableCastPair(
firstOp
, secondOp, SrcTy, MidTy,
Completed in 23 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026