Home
last modified time | relevance | path

Searched refs:ARMMVEConstantSplat (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Basic/
H A Darm_mve_defs.td101 def int_min: CGHelperFn<"ARMMVEConstantSplat<1,0>">;
102 def int_max: CGHelperFn<"ARMMVEConstantSplat<0,1>">;
103 def uint_max: CGHelperFn<"ARMMVEConstantSplat<1,1>">;
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBuiltin.cpp8232 static llvm::Value *ARMMVEConstantSplat(CGBuilderTy &Builder, llvm::Type *VT) { in ARMMVEConstantSplat() function