Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp4177 bool IdxSigned = IdxTy->isSignedIntegerOrEnumerationType(); in EmitArraySubscriptExpr() local
4178 SignedIndices |= IdxSigned; in EmitArraySubscriptExpr()
4185 Idx = Builder.CreateIntCast(Idx, IntPtrTy, IdxSigned, "idxprom"); in EmitArraySubscriptExpr()
H A DCGExprScalar.cpp3244 bool IdxSigned = IdxExpr->getType()->isSignedIntegerOrEnumerationType(); in VisitOffsetOfExpr() local
3245 Idx = Builder.CreateIntCast(Idx, ResultType, IdxSigned, "conv"); in VisitOffsetOfExpr()
H A DCGBuiltin.cpp1037 bool IdxSigned = Idx->getType()->isSignedIntegerType(); in emitFlexibleArrayMemberSize() local
1039 IdxInst = Builder.CreateIntCast(IdxInst, ResType, IdxSigned); in emitFlexibleArrayMemberSize()