Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/NVPTX/
HDNVPTXISelDAGToDAG.cpp2037 unsigned int toType; in SelectStore() local
2039 toType = NVPTX::PTXLdStInstCode::Float; in SelectStore()
2041 toType = NVPTX::PTXLdStInstCode::Unsigned; in SelectStore()
2077 getI32Imm(toType, dl), getI32Imm(toTypeWidth, dl), Addr, in SelectStore()
2106 getI32Imm(toType, dl), getI32Imm(toTypeWidth, dl), Base, in SelectStore()
2160 getI32Imm(toType, dl), getI32Imm(toTypeWidth, dl), Base, in SelectStore()
2213 getI32Imm(toType, dl), getI32Imm(toTypeWidth, dl), N2, in SelectStore()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExpr.cpp1128 typedef ExprResult PerformCastFn(Sema &S, Expr *operand, QualType toType);
1133 ExprResult doIntegralCast(Sema &S, Expr *op, QualType toType) { in doIntegralCast() argument
1134 return S.ImpCastExprToType(op, toType, CK_IntegralCast); in doIntegralCast()
1137 ExprResult doComplexIntegralCast(Sema &S, Expr *op, QualType toType) { in doComplexIntegralCast() argument
1138 return S.ImpCastExprToType(op, S.Context.getComplexType(toType), in doComplexIntegralCast()