Home
last modified time | relevance | path

Searched defs:SclTy (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupVectorConstants.cpp203 static Constant *rebuildConstant(LLVMContext &Ctx, Type *SclTy, in rebuildConstant()
253 Type *SclTy = C->getType()->getScalarType(); in rebuildSplatCst() local
269 Type *SclTy = C->getType()->getScalarType(); in rebuildZeroUpperCst() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DTruncInstCombine.cpp366 Value *TruncInstCombine::getReducedOperand(Value *V, Type *SclTy) { in getReducedOperand() argument
380 void TruncInstCombine::ReduceExpressionGraph(Type *SclTy) { in ReduceExpressionGraph() argument
[all...]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp24226 EVT SclTy = Scalar.getValueType(); in visitCONCAT_VECTORS() local