reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/InstCombine/InstCombineVectorOps.cpp
 1216   switch (I->getOpcode()) {
 1235       BinaryOperator *BO = cast<BinaryOperator>(I);
 1238           BinaryOperator::Create(cast<BinaryOperator>(I)->getOpcode(),
 1248         New->copyFastMathFlags(I);
 1253       return new ICmpInst(I, cast<ICmpInst>(I)->getPredicate(),
 1253       return new ICmpInst(I, cast<ICmpInst>(I)->getPredicate(),
 1257       return new FCmpInst(I, cast<FCmpInst>(I)->getPredicate(),
 1257       return new FCmpInst(I, cast<FCmpInst>(I)->getPredicate(),
 1271           VectorType::get(I->getType()->getScalarType(),
 1274       return CastInst::Create(cast<CastInst>(I)->getOpcode(), NewOps[0], DestTy,
 1275                               "", I);
 1281           cast<GetElementPtrInst>(I)->getSourceElementType(), Ptr, Idx, "", I);
 1281           cast<GetElementPtrInst>(I)->getSourceElementType(), Ptr, Idx, "", I);
 1282       GEP->setIsInBounds(cast<GetElementPtrInst>(I)->isInBounds());