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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp1079 bool IdxSigned = IdxTy->isSignedIntegerOrEnumerationType(); local
1080 Idx = Builder.CreateIntCast(Idx, CGF.Int32Ty, IdxSigned, "vecidxcast");
1819 bool IdxSigned = IdxExpr->getType()->isSignedIntegerOrEnumerationType(); local
1820 Idx = Builder.CreateIntCast(Idx, ResultType, IdxSigned, "conv");
H A DCGExpr.cpp2250 bool IdxSigned = IdxTy->isSignedIntegerOrEnumerationType(); local
2261 Idx = Builder.CreateIntCast(Idx, Int32Ty, IdxSigned, "vidx");
2268 Idx = Builder.CreateIntCast(Idx, IntPtrTy, IdxSigned, "idxprom");

Completed in 44 milliseconds