OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:secondop
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/IR/
Instructions.cpp
[
all
...]
ConstantFold.cpp
90
Instruction::CastOps
secondOp
= Instruction::CastOps(opc);
98
return CastInst::isEliminableCastPair(firstOp,
secondOp
, SrcTy, MidTy, DstTy,
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp
243
Instruction::CastOps
secondOp
= Instruction::CastOps(opcode);
250
unsigned Res = CastInst::isEliminableCastPair(firstOp,
secondOp
, SrcTy, MidTy,
[
all
...]
Completed in 636 milliseconds