Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp207 static bool isAggrConstForceInt32(const Value *V) { in isAggrConstForceInt32() function
1384 Type *Ty = isAggrConstForceInt32(Init) ? B.getInt32Ty() : Init->getType(); in processGlobalValue()
1385 Constant *Const = isAggrConstForceInt32(Init) ? B.getInt32(1) : Init; in processGlobalValue()