Searched defs:VCI (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/utils/TableGen/ | ||
H A D | ExegesisEmitter.cpp | 147 for (const ValidationCounterInfo &VCI : ValidationCounters) { emitPfmCountersInfo() local |
/llvm-project/llvm/lib/Target/SystemZ/ | ||
H A D | SystemZISelDAGToDAG.cpp | 1178 loadVectorConstant(const SystemZVectorConstantInfo & VCI,SDNode * Node) loadVectorConstant() argument |
H A D | SystemZISelLowering.cpp | 7151 SystemZVectorConstantInfo VCI(APInt(TotBytes * 8, C->getZExtValue())); combineSTORE() local |
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGBuiltin.cpp | 2009 if (const auto *VCI = dyn_cast<llvm::ConstantInt>(ArgValue)) { EmitOverflowCheckedAbs() local |