Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1178 const SystemZVectorConstantInfo &VCI, SDNode *Node) { in loadVectorConstant()
1681 SystemZVectorConstantInfo VCI(Val); in Select() local
1740 SystemZVectorConstantInfo VCI(BVN); in Select() local
1752 SystemZVectorConstantInfo VCI(Imm); in Select() local
H A DSystemZISelLowering.cpp7147 SystemZVectorConstantInfo VCI(APInt(TotBytes * 8, C->getZExtValue())); in combineSTORE() local
7171 SystemZVectorConstantInfo VCI( in combineSTORE() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp2031 if (const auto *VCI = dyn_cast<llvm::ConstantInt>(ArgValue)) { in EmitOverflowCheckedAbs() local