Searched refs:firstOp (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/VMCore/
H A DInstructions.cpp2114 Instruction::CastOps firstOp, Instruction::CastOps secondOp,
2118 // case in the switch below. The rows correspond to firstOp, the columns
2158 { 99,99,99, 0, 0,99,99, 0, 0,99,99, 4 }, // UIToFP +- firstOp
2169 bool isFirstBitcast = (firstOp == Instruction::BitCast);
2179 int ElimCase = CastResults[firstOp-Instruction::CastOpsBegin]
2187 return firstOp;
2192 // no-op cast in second op implies firstOp as long as the DestTy
2196 return firstOp;
2199 // no-op cast in second op implies firstOp as long as the DestTy
2202 return firstOp;
2113 isEliminableCastPair( Instruction::CastOps firstOp, Instruction::CastOps secondOp, Type *SrcTy, Type *MidTy, Type *DstTy, Type *IntPtrTy) argument
[all...]
H A DConstantFold.cpp87 Instruction::CastOps firstOp = Instruction::CastOps(Op->getOpcode()); local
91 return CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy, DstTy,
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp239 Instruction::CastOps firstOp = Instruction::CastOps(CI->getOpcode()); local
242 unsigned Res = CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 106 milliseconds