Searched refs:CommonTy (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp2379 Type *CommonTy = local
2381 Constant *C1 = ConstantExpr::getSExtOrBitCast(Idx0, CommonTy);
2382 Constant *C2 = ConstantExpr::getSExtOrBitCast(Combined, CommonTy);

Completed in 173 milliseconds