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

/external/clang/lib/CodeGen/
H A DCGCall.cpp608 /// CoerceIntOrPtrToIntOrPtr - Convert a value Val to the specific Ty where both
611 static llvm::Value *CoerceIntOrPtrToIntOrPtr(llvm::Value *Val, function
670 return CoerceIntOrPtrToIntOrPtr(Load, Ty, CGF);
754 Src = CoerceIntOrPtrToIntOrPtr(Src, DstTy, CGF);

Completed in 506 milliseconds