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

References

include/llvm/CodeGen/BasicTTIImpl.h
 1649     Type *ScalarCondTy = CondTy->getVectorElementType();
 1671       CondTy = VectorType::get(ScalarCondTy, NumVecElts);
 1678           ConcreteTTI->getCmpSelInstrCost(CmpOpcode, SubTy, CondTy, nullptr) +
 1679           ConcreteTTI->getCmpSelInstrCost(Instruction::Select, SubTy, CondTy,
 1703         (ConcreteTTI->getCmpSelInstrCost(CmpOpcode, Ty, CondTy, nullptr) +
 1704          ConcreteTTI->getCmpSelInstrCost(Instruction::Select, Ty, CondTy,